diff options
author | twinaphex | 2016-08-06 02:53:51 +0200 |
---|---|---|
committer | twinaphex | 2016-08-06 02:53:51 +0200 |
commit | 1057c3e2c002144522ef71659374b3770fe5b0d2 (patch) | |
tree | 03e6e52cdfd359569a95bb9b6195b0f648d556be /source | |
parent | a01efcbd4311133fda6dbe5bfa70d87ffd47a9d1 (diff) | |
download | snesemu-1057c3e2c002144522ef71659374b3770fe5b0d2.tar.gz snesemu-1057c3e2c002144522ef71659374b3770fe5b0d2.tar.bz2 snesemu-1057c3e2c002144522ef71659374b3770fe5b0d2.zip |
This was wrong
Diffstat (limited to 'source')
-rw-r--r-- | source/memmap.c | 2 |
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, |