Merge pull request #464 from justinweiss/peops-threaded-rendering
authorAutechre <libretro@gmail.com>
Fri, 23 Oct 2020 14:18:41 +0000 (16:18 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Oct 2020 14:18:41 +0000 (16:18 +0200)
Allow threaded rendering for peops and enable on unix

1  2 
Makefile.libretro

diff --combined Makefile.libretro
@@@ -48,6 -48,7 +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
@@@ -89,7 -90,7 +90,7 @@@ else ifeq ($(platform),$(filter $(platf
  
  else ifneq (,$(findstring ios,$(platform)))
        ARCH := arm
 -      DYNAREC ?= ari64
 +#     DYNAREC ?= ari64
        HAVE_NEON = 1
        BUILTIN_GPU = neon
        TARGET := $(TARGET_NAME)_libretro_ios.dylib