From 5cbb9a6bd33b72a9eaa1dcdd836b83698b30c961 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 14 Nov 2015 05:46:13 +0100 Subject: Fix platform name --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3