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:
778896e
)
tvos: properly set min supported version
author
Eric Warmenhoven
<eric@warmenhoven.org>
Thu, 17 Oct 2024 03:48:52 +0000
(23:48 -0400)
committer
notaz
<notasas@gmail.com>
Fri, 18 Oct 2024 21:55:13 +0000
(
00:55
+0300)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
135eccb
..
65b1c25
100644
(file)
--- a/
Makefile.libretro
+++ b/
Makefile.libretro
@@
-238,6
+238,8
@@
endif
DYNAREC = 0
HAVE_PHYSICAL_CDROM = 0
CC_AS = perl ./tools/gas-preprocessor.pl $(CC)
+ MINVERSION = -mappletvos-version-min=11.0
+ CFLAGS += $(MINVERSION)
# Nintendo Switch (libnx)
else ifeq ($(platform), libnx)