Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Added the ICON_FLAGS from the commit referenced in #20 for parental-c…
Browse files Browse the repository at this point in the history
…ontrols, since it was requested in #20.
  • Loading branch information
yellows8 committed Aug 20, 2016
1 parent 7702064 commit 8fc5747
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ ifneq ($(VERBOSE),)
DEFINES := $(DEFINES) -DVERBOSE
endif

ICON_FLAGS := --flags visible,ratingrequired,recordusage --cero 153 --esrb 153 --usk 153 --pegigen 153 --pegiptr 153 --pegibbfc 153 --cob 153 --grb 153 --cgsrr 153

#---------------------------------------------------------------------------------
# options for code generation
#---------------------------------------------------------------------------------
Expand Down Expand Up @@ -170,7 +172,7 @@ endif
$(OUTPUT).elf : $(OFILES)

../Resources/hblauncher_loader.icn : $(APP_ICON)
@bannertool makesmdh -i "$(APP_ICON)" -o "$@" -s "$(APP_TITLE)" -l "$(APP_TITLE)" -p "$(APP_AUTHOR)"
@bannertool makesmdh -i "$(APP_ICON)" -o "$@" -s "$(APP_TITLE)" -l "$(APP_TITLE)" -p "$(APP_AUTHOR)" $(ICON_FLAGS)

../Resources/hblauncher_loader.bnr : ../banner.png
@bannertool makebanner -i "$<" -ca ../Resources/hblauncher_loader.cwav -o "$@"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ If you pass "VERBOSE=1" to make while building, printfs will be enabled which ar
Credits:
* 3DSGuy for originally converting the CWAV used by this app's banner, years ago(which seems to be originally from the Wii HBC banner audio?).
* @Substance12 For the icon/banner(#4).
* The ICON_FLAGS used for parental-controls is from this: https://github.com/Steveice10/FBI/commit/585bc289635a1675734d46f03b69f7bd25ed0be2

0 comments on commit 8fc5747

Please sign in to comment.