From a903b13150257ec490fe776fb5bc2e1fbc2a312e Mon Sep 17 00:00:00 2001 From: Justin Weiss Date: Thu, 22 Oct 2020 22:27:53 -0700 Subject: Allow threaded rendering for peops and enable on unix --- Makefile.libretro | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.libretro') 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 -- cgit v1.2.3