(CTR/3DS) add the EnableL2Cache flag for cia builds.

This commit is contained in:
aliaspider 2015-09-28 20:21:55 +01:00
parent 48ec5190ba
commit 7738778711
2 changed files with 2 additions and 1 deletions

View File

@ -393,7 +393,7 @@ $(TARGET)_stripped.elf: $(TARGET).elf
cp $(TARGET).elf $@
$(STRIP) $@
$(TARGET).cia: $(TARGET)_stripped.elf $(TARGET).bnr $(TARGET).icn
$(TARGET).cia: $(TARGET)_stripped.elf $(TARGET).bnr $(TARGET).icn $(APP_CIA_RSF)
$(MAKEROM) -f cia -o $@ -rsf $(APP_CIA_RSF) -target t -exefslogo -elf $(TARGET)_stripped.elf -icon $(TARGET).icn -banner $(TARGET).bnr -DAPP_TITLE="$(APP_TITLE)" -DAPP_PRODUCT_CODE="$(APP_PRODUCT_CODE)" -DAPP_UNIQUE_ID=$(APP_UNIQUE_ID)
clean:

View File

@ -91,6 +91,7 @@ AccessControlInfo:
MaxCpu : 0x9E # Default
CpuSpeed : 804mhz
EnableL2Cache : true
DisableDebug : false
EnableForceDebug : false