(CTR/3DS) force SystemMode to 0 when SystemModeExt = 2.

This commit is contained in:
aliaspider 2015-10-06 22:25:58 +01:00
parent d558d2b707
commit f93cee0f6c

View File

@ -33,7 +33,6 @@ CTR_LINEAR_HEAP_SIZE = 0xD00000
include ctr/Makefile.cores
ifeq ($(O3DS_80MB_APPMEM), 1)
APP_SYSTEM_MODE = 3
else
@ -42,6 +41,8 @@ endif
ifeq ($(N3DS_178MB_APPMEM), 1)
APP_SYSTEM_MODE_EXT = 2
#we can't have both :(
APP_SYSTEM_MODE = 0
else
APP_SYSTEM_MODE_EXT = 1
endif