notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09d454e
)
fix PCSX rearmed on windows
author
radius
<andres.430@gmail.com>
Fri, 15 Sep 2017 04:21:22 +0000
(23:21 -0500)
committer
radius
<andres.430@gmail.com>
Fri, 15 Sep 2017 04:21:22 +0000
(23:21 -0500)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
e28955b
..
fb13657
100644
(file)
--- 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 :=