Use title for long name in CIA/3DS build, use spaces for indentation.

This commit is contained in:
Steven Smith 2016-02-06 16:53:54 -08:00
parent ed1f7f74ca
commit 1a647bdd80
2 changed files with 80 additions and 71 deletions

View file

@ -55,6 +55,15 @@ AccessControlInfo:
#- Shop
#- Shell
#- CategoryHomeMenu
IoAccessControl:
#- FsMountNand
#- FsMountNandRoWrite
#- FsMountTwln
#- FsMountWnand
#- FsMountCardSpi
#- UseSdif3
#- CreateSeed
#- UseCardSpi
# Process Settings
MemoryType : Application # Application/System/Base

View file

@ -205,7 +205,7 @@ $(BUILD_DIR)/%.shbin.o: %.shlist
%.icn: $(ICON)
@echo $@
@$(BANNERTOOL) makesmdh -s "$(TITLE)" -l "$(DESCRIPTION)" -p "$(AUTHOR)" -i $(ICON) $(ICON_FLAGS) -o $@ > /dev/null
@$(BANNERTOOL) makesmdh -s "$(TITLE)" -l "$(TITLE)" -p "$(AUTHOR)" -i $(ICON) $(ICON_FLAGS) -o $@ > /dev/null
%.smdh: $(ICON)
@echo $@