From b14ae7e53f38ca3095fc701c7525897e1ac9427c Mon Sep 17 00:00:00 2001 From: aliaspider Date: Tue, 6 Oct 2015 18:28:33 +0100 Subject: [PATCH] (CTR/3DS) access to more RAM on n3DS (cia only). --- ctr/Makefile.cores | 1 + ctr/tools/template-cia.rsf | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ctr/Makefile.cores b/ctr/Makefile.cores index 1837a80963..28778f96ad 100644 --- a/ctr/Makefile.cores +++ b/ctr/Makefile.cores @@ -160,6 +160,7 @@ else ifeq ($(LIBRETRO), fb_alpha_neo) #APP_BANNER = ctr/libretro_banner.png #APP_AUDIO = ctr/silent.wav O3DS_80MB_APPMEM = 1 + N3DS_178MB_APPMEM = 1 else ifeq ($(LIBRETRO), fb_alpha_cps1) APP_TITLE = Final Burn Alpha - CPS-1 diff --git a/ctr/tools/template-cia.rsf b/ctr/tools/template-cia.rsf index 9f1e58face..61ad0268f4 100644 --- a/ctr/tools/template-cia.rsf +++ b/ctr/tools/template-cia.rsf @@ -93,7 +93,8 @@ AccessControlInfo: CpuSpeed : 804mhz EnableL2Cache : true SystemMode : $(APP_SYSTEM_MODE) - + SystemModeExt : $(APP_SYSTEM_MODE_EXT) + DisableDebug : false EnableForceDebug : false CanWriteSharedPage : true