aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorradius2017-09-14 23:21:22 -0500
committerradius2017-09-14 23:21:22 -0500
commitc7dde5efda060c5baf259c6ad39090e1cb1defd6 (patch)
treea2fa3145ae358665d395b8ec631ea66203ab579c
parent09d454e73bc251b44848abba4026efcd452df752 (diff)
downloadpcsx_rearmed-c7dde5efda060c5baf259c6ad39090e1cb1defd6.tar.gz
pcsx_rearmed-c7dde5efda060c5baf259c6ad39090e1cb1defd6.tar.bz2
pcsx_rearmed-c7dde5efda060c5baf259c6ad39090e1cb1defd6.zip
fix PCSX rearmed on windows
-rw-r--r--Makefile.libretro4
1 files changed, 3 insertions, 1 deletions
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 :=