X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=Makefile.libretro;h=6a387414f33d086b3db4e3baeaa7ccf6115b90a2;hb=a903b13150257ec490fe776fb5bc2e1fbc2a312e;hp=e58d63d2f5af08d423ceb5aec29ca06783d8985d;hpb=c765eb86debdc06fe304511bc2edbb6f3e3d7813;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index e58d63d2..6a387414 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