aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/memmap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/memmap.c b/source/memmap.c
index d116330..87cfc32 100644
--- a/source/memmap.c
+++ b/source/memmap.c
@@ -598,8 +598,7 @@ again:
if (!TotalFileSize)
return false; // it ends here
- else if (!Settings.NoPatch)
- CheckForIPSPatch(filename, Memory.HeaderCount != 0, &TotalFileSize);
+ CheckForIPSPatch(filename, Memory.HeaderCount != 0, &TotalFileSize);
#endif
//fix hacked games here.
if ((strncmp("HONKAKUHA IGO GOSEI", (char*)&Memory.ROM[0x7FC0], 19) == 0) && (Memory.ROM[0x7FD5] != 0x31))