aboutsummaryrefslogtreecommitdiff
path: root/source/memmap.h
diff options
context:
space:
mode:
authortwinaphex2021-06-04 22:37:50 +0200
committertwinaphex2021-06-04 22:37:50 +0200
commita17e300a2277f4a890320ce12c82917f68165a83 (patch)
treee54b414939ab0cbdf7ab3bc870270b2bdd463273 /source/memmap.h
parent21df2cef5be2e3865f2826072ab3ef979e0eda1e (diff)
downloadsnes9x2005-a17e300a2277f4a890320ce12c82917f68165a83.tar.gz
snes9x2005-a17e300a2277f4a890320ce12c82917f68165a83.tar.bz2
snes9x2005-a17e300a2277f4a890320ce12c82917f68165a83.zip
Rename LOAD_FROM_MEMORY_TEST to LOAD_FROM_MEMORY
Diffstat (limited to 'source/memmap.h')
-rw-r--r--source/memmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/memmap.h b/source/memmap.h
index a17a207..5afc18d 100644
--- a/source/memmap.h
+++ b/source/memmap.h
@@ -33,7 +33,7 @@
#define BIGFIRST 2
#define SMALLFIRST 3
-#ifdef LOAD_FROM_MEMORY_TEST
+#ifdef LOAD_FROM_MEMORY
bool LoadROM(const struct retro_game_info* game);
#else
bool LoadROM(const char*);