From 31f52a9f9ab5c7090f67cb6a80bac09bbb47dbf2 Mon Sep 17 00:00:00 2001 From: Justin Weiss Date: Mon, 17 Aug 2020 19:19:21 -0700 Subject: [3DS] Support latest libctru --- Makefile.libretro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.libretro') diff --git a/Makefile.libretro b/Makefile.libretro index 79732b1..625972a 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -208,9 +208,9 @@ else ifeq ($(platform), ctr) AR = $(DEVKITARM)/bin/arm-none-eabi-ar$(EXE_EXT) CFLAGS += -DARM11 -D_3DS -DNO_OS -DNO_DYLIB -DNO_SOCKET -DGPU_UNAI_USE_FLOATMATH -DGPU_UNAI_USE_FLOAT_DIV_MULTINV CFLAGS += -march=armv6k -mtune=mpcore -mfloat-abi=hard -marm -mfpu=vfp -mtp=soft - CFLAGS += -Wall -mword-relocations + CFLAGS += -Wall -mword-relocations -fcommon CFLAGS += -fomit-frame-pointer -ffast-math -funroll-loops - CFLAGS += -Ifrontend/3ds + CFLAGS += -Ifrontend/3ds -I$(CTRULIB)/include CFLAGS += -Werror=implicit-function-declaration OBJS += frontend/3ds/utils.o -- cgit v1.2.3