aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authortwinaphex2021-06-04 22:37:50 +0200
committertwinaphex2021-06-04 22:37:50 +0200
commita17e300a2277f4a890320ce12c82917f68165a83 (patch)
treee54b414939ab0cbdf7ab3bc870270b2bdd463273 /Makefile.common
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 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 3247d4b..f122bce 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -48,8 +48,8 @@ else
$(CORE_DIR)/spc700.c
endif
-ifeq ($(LOAD_FROM_MEMORY_TEST),1)
- FLAGS += -DLOAD_FROM_MEMORY_TEST
+ifeq ($(LOAD_FROM_MEMORY),1)
+ FLAGS += -DLOAD_FROM_MEMORY
endif
ifeq ($(USE_OLD_COLOUR_OPS),1)