mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-04-19 19:01:17 +00:00
Whitespace
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
This commit is contained in:
parent
6783869c8a
commit
c122571951
@ -30,7 +30,6 @@ static const uint8_t SAVEVMX_14[] = { 0x39, 0x60, 0xfe, 0xe0, 0x7d, 0xcb, 0x61,
|
||||
static const uint8_t RESTVMX_64[] = { 0x39, 0x60, 0xfc, 0x00, 0x10, 0x0b, 0x60, 0xcb };
|
||||
static const uint8_t SAVEVMX_64[] = { 0x39, 0x60, 0xfc, 0x00, 0x10, 0x0b, 0x61, 0xcb };
|
||||
|
||||
|
||||
uint32_t BytePatternSearch(uint8_t* data, const uint32_t dataSize, const uint32_t baseAddress, const uint8_t pattern[], const size_t patternSize)
|
||||
{
|
||||
auto result = std::search(data, data + dataSize, pattern, pattern + patternSize);
|
||||
|
Loading…
x
Reference in New Issue
Block a user