We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b9859 commit dca9909Copy full SHA for dca9909
1 file changed
input_proc/Makefile
@@ -32,7 +32,7 @@ RUN_FLAGS :=
32
33
# 3DS CONFIGURATION #
34
35
-TITLE := $(NAME)
+TITLE := $(NAME) $(TYPE)
36
DESCRIPTION := Relays input for the wifi thing. Go away.
37
AUTHOR := Stary
38
PRODUCT_CODE := CTR-P-CINP
@@ -59,8 +59,8 @@ clean_ntr:
59
60
ntr:
61
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
+ make BUILD_DIR=build_ntr OUTPUT_DIR=output_ntr BUILD_FLAGS=-DNTR UNIQUE_ID=0x96e7e ICON=meta/icon_ntr.png TYPE=NTR
63
64
hbl:
65
sed -i 's/MemoryType : Application/MemoryType : Base/' buildtools/3ds/template.rsf
66
- make all
+ make TYPE=HBL
0 commit comments