diff --git a/build/systemMenu_RED/DSHashTable/Makefile b/build/systemMenu_RED/DSHashTable/Makefile index 1ceeac5f..ca3b9478 100644 --- a/build/systemMenu_RED/DSHashTable/Makefile +++ b/build/systemMenu_RED/DSHashTable/Makefile @@ -21,6 +21,7 @@ TARGET_FIRM = SYSTEMMENU override TARGET_PLATFORM := TWL override TARGET_CODEGEN := ARM override TWL_ARCHGEN := LIMITED +TWL_NANDAPP = TRUE include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs include ./commondefs.DSHashTable diff --git a/build/systemMenu_RED/Launcher/ARM9/Makefile b/build/systemMenu_RED/Launcher/ARM9/Makefile index f509b058..592babba 100644 --- a/build/systemMenu_RED/Launcher/ARM9/Makefile +++ b/build/systemMenu_RED/Launcher/ARM9/Makefile @@ -55,6 +55,7 @@ TARGET_FIRM = SYSTEMMENU TARGET_PLATFORM = TWL TWL_CODEGEN = ARM TWL_ARCHGEN = LIMITED +TWL_NANDAPP = TRUE #※REDランチャーはデバッガ対応の都合上、TITLEID_LO=HNAA, CARD_REGION=ALLとしています。 # UIGランチャーでは、リージョンに合わせてTITLEID_LO, CARD_REGIONを設定してください。 diff --git a/build/systemMenu_RED/MachineSettings/ARM9/Makefile b/build/systemMenu_RED/MachineSettings/ARM9/Makefile index e54323ab..705bc6c2 100644 --- a/build/systemMenu_RED/MachineSettings/ARM9/Makefile +++ b/build/systemMenu_RED/MachineSettings/ARM9/Makefile @@ -32,6 +32,7 @@ DISABLE_DEBUG ?= FALSE TARGET_FIRM = SYSTEMMENU TARGET_PLATFORM = TWL TWL_ARCHGEN = LIMITED +TWL_NANDAPP = TRUE #※RED本体設定はデバッガ対応の都合上、TITLEID_LO=HNAA, CARD_REGION=ALLとしています。 # UIG本体設定では、リージョンに合わせてTITLEID_LO, CARD_REGIONを設定してください。 diff --git a/build/systemMenu_RED/PictoChat/ARM9/Makefile b/build/systemMenu_RED/PictoChat/ARM9/Makefile index b5e3ff14..69661def 100644 --- a/build/systemMenu_RED/PictoChat/ARM9/Makefile +++ b/build/systemMenu_RED/PictoChat/ARM9/Makefile @@ -23,6 +23,7 @@ SUBDIRS = TARGET_FIRM = SYSTEMMENU TARGET_PLATFORM = TWL TWL_ARCHGEN = LIMITED +TWL_NANDAPP = TRUE TITLEID_LO = HNEA diff --git a/build/systemMenu_RED/sysmenuVersion/Makefile b/build/systemMenu_RED/sysmenuVersion/Makefile index b3cb6f64..aed1cdd7 100644 --- a/build/systemMenu_RED/sysmenuVersion/Makefile +++ b/build/systemMenu_RED/sysmenuVersion/Makefile @@ -26,6 +26,7 @@ override TARGET_PLATFORM := TWL override TWL_ARCHGEN := LIMITED TARGET_FIRM = SYSTEMMENU +TWL_NANDAPP = TRUE include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs include ./commondefs.sysmenuVersion diff --git a/build/systemMenu_RED/wlanfirm/Makefile b/build/systemMenu_RED/wlanfirm/Makefile index e085fea3..ed4ece3d 100644 --- a/build/systemMenu_RED/wlanfirm/Makefile +++ b/build/systemMenu_RED/wlanfirm/Makefile @@ -18,6 +18,7 @@ TARGET_FIRM = SYSTEMMENU override TARGET_PLATFORM := TWL +TWL_NANDAPP = TRUE include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs