From: radius Date: Fri, 15 Sep 2017 04:21:22 +0000 (-0500) Subject: fix PCSX rearmed on windows X-Git-Tag: r24l~784 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7dde5efda060c5baf259c6ad39090e1cb1defd6;p=pcsx_rearmed.git fix PCSX rearmed on windows --- diff --git a/Makefile.libretro b/Makefile.libretro index e28955ba..fb136577 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 :=