X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=f40f816c89a9024ee182325c451dc80b288cb18f;hb=d956a5b87aac88d3648b10666c7cb77e892ab061;hp=41cb5050fffbb2fe488b6a4a959326748e9879ae;hpb=fcfe1f863ffcbf5485834e083804ea4a073d513e;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index 41cb5050..f40f816c 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -145,8 +145,8 @@ ifeq ($(platform),ios-arm64) CC = cc -arch arm64 -isysroot $(IOSSDK) CXX = c++ -arch arm64 -isysroot $(IOSSDK) ARCH := arm64 - HAVE_NEON = 0 - BUILTIN_GPU = peops + BUILTIN_GPU = neon + HAVE_NEON = 1 DYNAREC = 0 else CC = cc -arch armv7 -isysroot $(IOSSDK) @@ -183,8 +183,8 @@ endif CC = cc -arch arm64 -isysroot $(IOSSDK) CXX = c++ -arch arm64 -isysroot $(IOSSDK) ARCH := arm64 - HAVE_NEON = 0 - BUILTIN_GPU = peops + BUILTIN_GPU = neon + HAVE_NEON = 1 DYNAREC = 0 CC_AS = perl ./tools/gas-preprocessor.pl $(CC)