diff --git a/build/systemMenu_RED/sharedFont/Makefile b/build/systemMenu_RED/sharedFont/Makefile index 2aba8e25..f55375cd 100644 --- a/build/systemMenu_RED/sharedFont/Makefile +++ b/build/systemMenu_RED/sharedFont/Makefile @@ -40,7 +40,7 @@ GEN_FONT_TABLE = $(SYSMENU_TOOLSDIR)/bin/genFontTable.plx #---------------------------------------------------------------------------- INSTALL_TARGETS = $(FONT_TABLE) -INSTALL_DIR = $(TWL_IPL_RED_ROOT)/build/systemMenu_tools/NandInitializerRed/data +INSTALL_DIR = $(TWL_IPL_RED_ROOT)/build/systemMenu_tools/SystemUpdater/data LDIRT_CLEAN = diff --git a/build/systemMenu_tools/HWInfoWriter/ARM9/main.rsf b/build/systemMenu_tools/HWInfoWriter/ARM9/main.rsf index 71bbbea2..f1401794 100644 --- a/build/systemMenu_tools/HWInfoWriter/ARM9/main.rsf +++ b/build/systemMenu_tools/HWInfoWriter/ARM9/main.rsf @@ -197,9 +197,6 @@ RomSpec HostRoot ../../../systemMenu_RED/data Root /data File NTR_IPL_font_m.NFTR - HostRoot $(TWL_IPL_RED_ROOT)/build/systemMenu_tools/NandInitializerRed/data - Root /data - File *.* HostRoot $(PRIVKEY_PATH) Root /key File $(HWINFO_PRIVKEY) $(HWID_PRIVKEY) diff --git a/build/systemMenu_tools/NandInitializer/ARM9.TWL/main.rsf b/build/systemMenu_tools/NandInitializer/ARM9.TWL/main.rsf index 7fb60ce4..0832788a 100644 --- a/build/systemMenu_tools/NandInitializer/ARM9.TWL/main.rsf +++ b/build/systemMenu_tools/NandInitializer/ARM9.TWL/main.rsf @@ -218,9 +218,6 @@ RomSpec { Offset 0x00000000 Segment ALL - HostRoot $(TWL_IPL_RED_ROOT)/build/systemMenu_tools/NandInitializerRed/data - Root /data - File *.* HostRoot $(PRIVKEY_PATH) Root /key File $(HWINFO_PRIVKEY) $(HWID_PRIVKEY) diff --git a/build/systemMenu_tools/SystemUpdater/ARM9.TWL/Makefile b/build/systemMenu_tools/SystemUpdater/ARM9.TWL/Makefile index 12573b69..85509efa 100644 --- a/build/systemMenu_tools/SystemUpdater/ARM9.TWL/Makefile +++ b/build/systemMenu_tools/SystemUpdater/ARM9.TWL/Makefile @@ -94,8 +94,6 @@ MAKEROM_FLAGS += -DTITLEID_LO='$(TITLEID_LO)' \ -DCARD_REGION='$(CARD_REGION)' \ -DDISABLE_DEBUG='$(DISABLE_DEBUG)' -MAKEROM_FLAGS := $(filter-out -a,$(MAKEROM_FLAGS)) - MAKETAD_FLAGS += -s SYSMENU_LIBS = \ diff --git a/build/systemMenu_tools/SystemUpdater/ARM9.TWL/main.rsf b/build/systemMenu_tools/SystemUpdater/ARM9.TWL/main.rsf index f825b4f5..42b3e030 100644 --- a/build/systemMenu_tools/SystemUpdater/ARM9.TWL/main.rsf +++ b/build/systemMenu_tools/SystemUpdater/ARM9.TWL/main.rsf @@ -222,11 +222,9 @@ RomSpec Segment ALL HostRoot ../data Root /data - File *.* + File HNAA.tad HNBA.tad HNCA.tad HNHA.tad HNLA.tad \ + menu_launcher.nand TWLFontTable.dat HostRoot $(PRIVKEY_PATH) Root /key File $(HWINFO_PRIVKEY) $(HWID_PRIVKEY) - HostRoot $(TWL_IPL_RED_ROOT)/build/systemMenu_tools/NandInitializerRed/data - Root /data - File TWLFontTable.dat }