From 1057c3e2c002144522ef71659374b3770fe5b0d2 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 6 Aug 2016 02:53:51 +0200 Subject: This was wrong --- source/memmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/memmap.c') diff --git a/source/memmap.c b/source/memmap.c index 767501e..ad9fbb1 100644 --- a/source/memmap.c +++ b/source/memmap.c @@ -4037,7 +4037,7 @@ static long ReadInt(FILE* f, unsigned nbytes) return (v); } -#ifdef LOAD_FROM_MEMORY_TEST +#ifndef LOAD_FROM_MEMORY_TEST #define IPS_EOF 0x00454F46l static void CheckForIPSPatch(const char* rom_filename, bool header, -- cgit v1.2.3