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

Makefile.libretro

index 6a38741..e674063 100644 (file)
@@ -90,7 +90,7 @@ else ifeq ($(platform),$(filter $(platform),ios-arm64))
 
 else ifneq (,$(findstring ios,$(platform)))
        ARCH := arm
-       DYNAREC ?= ari64
+#      DYNAREC ?= ari64
        HAVE_NEON = 1
        BUILTIN_GPU = neon
        TARGET := $(TARGET_NAME)_libretro_ios.dylib