mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(CTR/3DS) access to more RAM on n3DS (cia only).
This commit is contained in:
parent
d72ccb0013
commit
b14ae7e53f
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -93,7 +93,8 @@ AccessControlInfo:
|
|||
CpuSpeed : 804mhz
|
||||
EnableL2Cache : true
|
||||
SystemMode : $(APP_SYSTEM_MODE)
|
||||
|
||||
SystemModeExt : $(APP_SYSTEM_MODE_EXT)
|
||||
|
||||
DisableDebug : false
|
||||
EnableForceDebug : false
|
||||
CanWriteSharedPage : true
|
||||
|
|
Loading…
Add table
Reference in a new issue