From c7dde5efda060c5baf259c6ad39090e1cb1defd6 Mon Sep 17 00:00:00 2001 From: radius Date: Thu, 14 Sep 2017 23:21:22 -0500 Subject: fix PCSX rearmed on windows --- Makefile.libretro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index e28955b..fb13657 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -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 := -- cgit v1.2.3