X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=831964f57dfd82c691e4a6707fbf8dea9a8989dc;hb=ccd1ad9280c13ec613b4e377a1c347f594d68761;hp=453559844feb46e1f8ff7d176b784864c2ed11f6;hpb=25e658d16367cc4fea8ee930b7f32540e7fce875;p=pcsx_rearmed.git diff --git a/Makefile.libretro b/Makefile.libretro index 45355984..831964f5 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 @@ -268,7 +268,7 @@ else ifeq ($(platform), psl1ght) NO_PTHREAD := 1 LIBPTHREAD := LIBDL := - DYNAREC := 0 # missing sysconf() + NEED_SYSCONF := 1 # PSP else ifeq ($(platform), psp1) @@ -330,10 +330,10 @@ else ifneq (,$(filter $(platform),ngc wii wiiu)) TARGET := $(TARGET_NAME)_libretro_$(platform).a ifeq ($(platform), ngc) CFLAGS += -DHW_DOL -mogc - DYNAREC := 0 # missing sysconf() + NEED_SYSCONF := 1 else ifeq ($(platform), wii) CFLAGS += -DHW_RVL -mrvl - DYNAREC := 0 # missing sysconf() + NEED_SYSCONF := 1 else ifeq ($(platform), wiiu) # -mwup was removed in newer devkitPPC versions CFLAGS += -DHW_WUP @@ -541,6 +541,7 @@ else ifeq ($(platform), emscripten) fpic := -fPIC SHARED := -shared -Wl,--no-undefined -Wl,--version-script=link.T CFLAGS += -DNO_DYLIB + DYNAREC = STATIC_LINKING = 1 # Windows