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:
639a350
)
make: unbreak ios
author
notaz
<notasas@gmail.com>
Thu, 21 Mar 2024 00:02:48 +0000
(
02:02
+0200)
committer
notaz
<notasas@gmail.com>
Thu, 21 Mar 2024 00:02:48 +0000
(
02:02
+0200)
missed 'HAVE_PHYSICAL_CDROM = 0'
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
a215cb5
..
2df324d
100644
(file)
--- a/
Makefile.libretro
+++ b/
Makefile.libretro
@@
-204,6
+204,7
@@
else
CFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 -mfpu=neon
ASFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 -mfpu=neon
endif
+ HAVE_PHYSICAL_CDROM = 0
CC_AS = perl ./tools/gas-preprocessor.pl $(CC)
ifeq ($(platform),$(filter $(platform),ios9 ios-arm64))
MINVERSION = -miphoneos-version-min=8.0