mirror of
https://github.com/libretro/Genesis-Plus-GX.git
synced 2024-11-23 08:19:39 +00:00
iOS/tvOS: Set MAX_ROM_SIZE to the same as almost every other platform
This commit is contained in:
parent
cbacea7236
commit
4163a5be5e
@ -245,7 +245,7 @@ else ifneq (,$(findstring ios,$(platform)))
|
||||
SHARED := -dynamiclib
|
||||
ENDIANNESS_DEFINES := -DLSB_FIRST -DBYTE_ORDER=LITTLE_ENDIAN
|
||||
PLATFORM_DEFINES := -DHAVE_ZLIB
|
||||
MAX_ROM_SIZE = 16777216
|
||||
MAX_ROM_SIZE = 33554432
|
||||
MINVERSION :=
|
||||
|
||||
ifeq ($(IOSSDK),)
|
||||
@ -280,6 +280,7 @@ else ifeq ($(platform), tvos-arm64)
|
||||
|
||||
CC = cc -arch arm64 -isysroot $(IOSSDK)
|
||||
CXX = c++ -arch arm64 -isysroot $(IOSSDK)
|
||||
MAX_ROM_SIZE = 33554432
|
||||
|
||||
# Theos
|
||||
else ifeq ($(platform), theos_ios)
|
||||
|
Loading…
Reference in New Issue
Block a user