aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libretro
diff options
context:
space:
mode:
authorJustin Weiss2020-08-29 20:48:12 -0700
committerJustin Weiss2020-10-10 23:36:23 -0700
commitc81b3e1533fcfe1529942681121d7b40a663bf85 (patch)
tree14a6d38b403bbcf92f8e8f5f59b664d6ea4bbb34 /Makefile.libretro
parent03f41c38234fece3e1b4efefb9f4efb381e24b46 (diff)
downloadpcsx_rearmed-c81b3e1533fcfe1529942681121d7b40a663bf85.tar.gz
pcsx_rearmed-c81b3e1533fcfe1529942681121d7b40a663bf85.tar.bz2
pcsx_rearmed-c81b3e1533fcfe1529942681121d7b40a663bf85.zip
[3DS] Enable threading for the SPU
Diffstat (limited to 'Makefile.libretro')
-rw-r--r--Makefile.libretro2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libretro b/Makefile.libretro
index 3f642ae..741ecfa 100644
--- a/Makefile.libretro
+++ b/Makefile.libretro
@@ -206,7 +206,7 @@ else ifeq ($(platform), ctr)
CC = $(DEVKITARM)/bin/arm-none-eabi-gcc$(EXE_EXT)
CXX = $(DEVKITARM)/bin/arm-none-eabi-g++$(EXE_EXT)
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 += -DARM11 -D_3DS -DNO_OS -DNO_DYLIB -DNO_SOCKET -DTHREAD_ENABLED -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 -fcommon
CFLAGS += -fomit-frame-pointer -ffast-math -funroll-loops