Revert "Fixed building for arm64 (iOS)"
[pcsx_rearmed.git] / Makefile.libretro
index 88a48f4..fb13657 100644 (file)
@@ -155,7 +155,7 @@ else ifeq ($(platform), ctr)
 #      CFLAGS += -DPCSX
 #      BUILTIN_GPU = unai
        USE_DYNAREC = 1
-       DRC_CACHE_BASE = 1
+       DRC_CACHE_BASE = 0
        ARCH = arm
        HAVE_NEON = 0
 
@@ -253,8 +253,10 @@ else ifneq (,$(findstring armv,$(platform)))
 # Windows
 else
        TARGET := $(TARGET_NAME)_libretro.dll
+   BUILTIN_GPU = peops
+   PLATFORM = libretro
        MAIN_LDFLAGS += -static-libgcc -static-libstdc++ -s
-       CFLAGS += -D__WIN32__
+       CFLAGS += -D__WIN32__ -DNO_DYLIB 
        MMAP_WIN32=1
        MAIN_LDLIBS += -lws2_32
        LIBPTHREAD :=