mirror of https://github.com/snes9xgit/snes9x.git
Stop if ips sequence was found
This commit is contained in:
parent
176556dfd3
commit
d502fe0738
|
@ -3896,6 +3896,7 @@ void CMemory::CheckForAnyPatch(const char *rom_filename, bool8 header, int32 &ro
|
|||
if (ret)
|
||||
{
|
||||
printf("!\n");
|
||||
flag = true;
|
||||
return true;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue