X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=5f43eea01f9aebd36a189698dcf955b6c0dc0fcb;hb=4b2392bb;hp=453559844feb46e1f8ff7d176b784864c2ed11f6;hpb=25e658d16367cc4fea8ee930b7f32540e7fce875;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index 45355984..5f43eea0 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -104,7 +104,7 @@ ifneq (,$(shell $(CC) -E -dD $(CFLAGS) include/arm_features.h | grep 'HAVE_NEON3 BUILTIN_GPU = neon endif endif -ifneq (,$(findstring $(ARCH_DETECTED),i686 x86_64 aarch64)) +ifneq (,$(findstring $(ARCH_DETECTED),i686 x86_64 arm64 aarch64)) BUILTIN_GPU = neon endif