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