X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=ab62f2248c1451c5b8fabe82d75ca6ac9a10e594;hb=cef87e9262aa48428071d46570e6d9f04ccb228f;hp=f40f816c89a9024ee182325c451dc80b288cb18f;hpb=1290ebe47bb6af9a832b438422c4d0e94deca4a7;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index f40f816c..ab62f224 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -65,6 +65,9 @@ ifneq ($(findstring __thumb__,$(shell $(CC) -E -dD $(CFLAGS) include/arm_feature CFLAGS += -marm endif endif +ifneq (,$(findstring $(ARCH_DETECTED),x86_64 aarch64)) + BUILTIN_GPU = neon +endif # ODROIDN2 else ifneq (,$(findstring CortexA73_G12B,$(platform))) @@ -179,7 +182,7 @@ endif IOSSDK := $(shell xcodebuild -version -sdk appletvos Path) endif - CFLAGS += -DIOS -DTVOS -marm + CFLAGS += -DIOS -DTVOS CC = cc -arch arm64 -isysroot $(IOSSDK) CXX = c++ -arch arm64 -isysroot $(IOSSDK) ARCH := arm64