aboutsummaryrefslogtreecommitdiff
path: root/source/memmap.c
diff options
context:
space:
mode:
authortwinaphex2016-08-06 02:53:51 +0200
committertwinaphex2016-08-06 02:53:51 +0200
commit1057c3e2c002144522ef71659374b3770fe5b0d2 (patch)
tree03e6e52cdfd359569a95bb9b6195b0f648d556be /source/memmap.c
parenta01efcbd4311133fda6dbe5bfa70d87ffd47a9d1 (diff)
downloadsnes9x2005-1057c3e2c002144522ef71659374b3770fe5b0d2.tar.gz
snes9x2005-1057c3e2c002144522ef71659374b3770fe5b0d2.tar.bz2
snes9x2005-1057c3e2c002144522ef71659374b3770fe5b0d2.zip
This was wrong
Diffstat (limited to 'source/memmap.c')
-rw-r--r--source/memmap.c2
1 files changed, 1 insertions, 1 deletions
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,