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:
db4c9a6
)
try to fix build
author
notaz
<notasas@gmail.com>
Sun, 6 Oct 2024 00:10:20 +0000
(
03:10
+0300)
committer
notaz
<notasas@gmail.com>
Sun, 6 Oct 2024 00:10:20 +0000
(
03:10
+0300)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
37bcd84
..
bf13626
100644
(file)
--- a/
Makefile.libretro
+++ b/
Makefile.libretro
@@
-328,6
+328,7
@@
else ifeq ($(platform), ctr)
CFLAGS += -Werror=implicit-function-declaration
CFLAGS += -DHAVE_UNISTD_H
CFLAGS += -DZ7_DECL_Int32_AS_long
+ CFLAGS += -DUSE_CTRULIB_2
OBJS += frontend/3ds/utils.o
@@
-380,6
+381,7
@@
else ifneq (,$(filter $(platform),ngc wii wiiu))
LIBPTHREAD :=
LIBRT :=
HAVE_PHYSICAL_CDROM = 0
+ USE_ASYNC_CDROM = 0
# QNX
else ifeq ($(platform), qnx)