Stop if ips sequence was found

This commit is contained in:
OV2 2023-03-12 17:16:18 +01:00
parent 176556dfd3
commit d502fe0738
1 changed files with 1 additions and 0 deletions

View File

@ -3896,6 +3896,7 @@ void CMemory::CheckForAnyPatch(const char *rom_filename, bool8 header, int32 &ro
if (ret) if (ret)
{ {
printf("!\n"); printf("!\n");
flag = true;
return true; return true;
} }
else else