aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libretro
diff options
context:
space:
mode:
authorJustin Weiss2020-10-22 22:27:53 -0700
committerJustin Weiss2020-10-22 22:27:53 -0700
commita903b13150257ec490fe776fb5bc2e1fbc2a312e (patch)
tree87b723fe56d379114b497a451a94c6c753121e72 /Makefile.libretro
parentaccedc82b01fe5834a805a9872405d51de1d5c06 (diff)
downloadpcsx_rearmed-a903b13150257ec490fe776fb5bc2e1fbc2a312e.tar.gz
pcsx_rearmed-a903b13150257ec490fe776fb5bc2e1fbc2a312e.tar.bz2
pcsx_rearmed-a903b13150257ec490fe776fb5bc2e1fbc2a312e.zip
Allow threaded rendering for peops and enable on unix
Diffstat (limited to 'Makefile.libretro')
-rw-r--r--Makefile.libretro1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.libretro b/Makefile.libretro
index e58d63d..6a38741 100644
--- a/Makefile.libretro
+++ b/Makefile.libretro
@@ -48,6 +48,7 @@ EXTRA_LDFLAGS =
ifeq ($(platform), unix)
TARGET := $(TARGET_NAME)_libretro.so
fpic := -fPIC
+ THREAD_RENDERING = 1
ifneq ($(findstring SunOS,$(shell uname -s)),)
CC = gcc
endif