mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-05 09:02:15 +02:00
removing debug preprocessor code
This commit is contained in:
parent
ed74e4eb8e
commit
4f294344c9
@ -142,9 +142,7 @@ uint64_t memSearch(
|
|||||||
do
|
do
|
||||||
{
|
{
|
||||||
if (skipCount) skipCount--;
|
if (skipCount) skipCount--;
|
||||||
#ifndef _WIN32
|
|
||||||
location = (uint64_t)memmem((const void*)startLocation, searchAreaSize, (const void*)pattern, patternSize);
|
location = (uint64_t)memmem((const void*)startLocation, searchAreaSize, (const void*)pattern, patternSize);
|
||||||
#endif
|
|
||||||
} while (skipCount > 0);
|
} while (skipCount > 0);
|
||||||
|
|
||||||
if (location == 0) return 0;
|
if (location == 0) return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user