diff options
author | Autechre | 2020-09-10 06:49:44 +0200 |
---|---|---|
committer | GitHub | 2020-09-10 06:49:44 +0200 |
commit | 27914208797bcb529fdbe09933cd5ce2e095567a (patch) | |
tree | e052d1517f0f77e341c14d26e155980c3db11c4b /Makefile.libretro | |
parent | d56340b165b4a7ef25bc3c7509d4f2315843bc31 (diff) | |
parent | 31f52a9f9ab5c7090f67cb6a80bac09bbb47dbf2 (diff) | |
download | pcsx_rearmed-27914208797bcb529fdbe09933cd5ce2e095567a.tar.gz pcsx_rearmed-27914208797bcb529fdbe09933cd5ce2e095567a.tar.bz2 pcsx_rearmed-27914208797bcb529fdbe09933cd5ce2e095567a.zip |
Merge pull request #445 from justinweiss/update-libctru
[3DS] Support latest libctru
Diffstat (limited to 'Makefile.libretro')
-rw-r--r-- | Makefile.libretro | 4 |
1 files changed, 2 insertions, 2 deletions
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 |