Skip to content

Commit

Permalink
Give hbl/ntr different titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Stary2001 committed Aug 10, 2016
1 parent 25b9859 commit dca9909
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions input_proc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN_FLAGS :=

# 3DS CONFIGURATION #

TITLE := $(NAME)
TITLE := $(NAME) $(TYPE)
DESCRIPTION := Relays input for the wifi thing. Go away.
AUTHOR := Stary
PRODUCT_CODE := CTR-P-CINP
Expand All @@ -59,8 +59,8 @@ clean_ntr:

ntr:
sed -i 's/MemoryType : Base/MemoryType : Application/' buildtools/3ds/template.rsf
make BUILD_DIR=build_ntr OUTPUT_DIR=output_ntr BUILD_FLAGS=-DNTR UNIQUE_ID=0x96e7e ICON=meta/icon_ntr.png
make BUILD_DIR=build_ntr OUTPUT_DIR=output_ntr BUILD_FLAGS=-DNTR UNIQUE_ID=0x96e7e ICON=meta/icon_ntr.png TYPE=NTR

hbl:
sed -i 's/MemoryType : Application/MemoryType : Base/' buildtools/3ds/template.rsf
make all
make TYPE=HBL

0 comments on commit dca9909

Please sign in to comment.