From 75dbfcb2348fb8f41feb5b9b1536d8525a47f9e3 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 14 Aug 2017 07:40:25 +0200 Subject: Settings.NoPatch is not available --- source/memmap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/memmap.c') 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)) -- cgit v1.2.3