summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authortwinaphex2015-11-14 05:46:13 +0100
committertwinaphex2015-11-14 05:46:13 +0100
commit5cbb9a6bd33b72a9eaa1dcdd836b83698b30c961 (patch)
tree0fc207f7364a778ef6f5c6f2ce5534b9fa5d17ed /Makefile.common
parent1d023b634747568202befc7806c71c11d293a3af (diff)
downloadsnes9x2002-5cbb9a6bd33b72a9eaa1dcdd836b83698b30c961.tar.gz
snes9x2002-5cbb9a6bd33b72a9eaa1dcdd836b83698b30c961.tar.bz2
snes9x2002-5cbb9a6bd33b72a9eaa1dcdd836b83698b30c961.zip
Fix platform name
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index aed94cd..b06d6fe 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -82,7 +82,7 @@ endif
#DEFINES += -D_C_GW_
#DEFINES += -DUSE_SA1
#DEFINES += -DFAST_LSB_WORD_ACCESS
-ifeq ($(platform), 3ds)
+ifeq ($(platform), ctr)
# Do we need all this? Causes issues on non-GCC compilers, etc.
DEFINES += -ffast-math
DEFINES += -finline -finline-functions -fexpensive-optimizations