From e4d8473398b2023626542894340b060219497f5b Mon Sep 17 00:00:00 2001 From: aliaspider Date: Thu, 1 Oct 2015 02:24:56 +0100 Subject: (ctr/3ds) fix 3dsx build. --- Makefile.libretro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.libretro') diff --git a/Makefile.libretro b/Makefile.libretro index 7122306..b7cc496 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -146,8 +146,7 @@ else ifeq ($(platform), ctr) CFLAGS += -I$(CTRULIB)/include -I$(DEVKITPRO)/portlibs/armv6k/include -Ifrontend/3ds CFLAGS += -Werror=implicit-function-declaration - CXXFLAGS += -fno-rtti -fno-exceptions -std=gnu++11 - OBJS += frontend/3ds/3ds_utils.o frontend/3ds/libkhax/khaxinit.o + OBJS += frontend/3ds/3ds_utils.o # CFLAGS += -DPCSX -- cgit v1.2.3