Skip to content

Commit dca9909

Browse files
committed
Give hbl/ntr different titles
1 parent 25b9859 commit dca9909

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

input_proc/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN_FLAGS :=
3232

3333
# 3DS CONFIGURATION #
3434

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

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

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

0 commit comments

Comments
 (0)