fix PCSX rearmed on windows
authorradius <andres.430@gmail.com>
Fri, 15 Sep 2017 04:21:22 +0000 (23:21 -0500)
committerradius <andres.430@gmail.com>
Fri, 15 Sep 2017 04:21:22 +0000 (23:21 -0500)
Makefile.libretro

index e28955b..fb13657 100644 (file)
@@ -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 :=