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