Skip to content
This repository was archived by the owner on Jan 11, 2021. It is now read-only.

Commit 920b6e5

Browse files
committed
remove khax
1 parent 7262345 commit 920b6e5

11 files changed

+58
-1484
lines changed

Makefile

+2-9
Original file line numberDiff line numberDiff line change
@@ -175,22 +175,15 @@ stripped.elf: $(OUTPUT).elf
175175
@cp $(OUTPUT).elf stripped.elf
176176
@$(PREFIX)strip stripped.elf
177177

178-
$(OUTPUT).3dsx: stripped.elf
179-
180-
$(OUTPUT).3ds: stripped.elf banner.bnr icon.icn
181-
@$(MAKEROM) -f cci -o $(OUTPUT).3ds -rsf $(RSF_3DS) -target d -exefslogo -elf stripped.elf -icon icon.icn -banner banner.bnr -DAPP_TITLE="$(APP_TITLE)" -DAPP_PRODUCT_CODE="$(APP_PRODUCT_CODE)" -DAPP_UNIQUE_ID="$(APP_UNIQUE_ID)"
182-
@echo "built ... $(notdir $@)"
183178

184179
$(OUTPUT).cia: stripped.elf banner.bnr icon.icn
185180
@$(MAKEROM) -f cia -o $(OUTPUT).cia -rsf $(RSF_CIA) -target t -exefslogo -elf stripped.elf -icon icon.icn -banner banner.bnr -DAPP_TITLE="$(APP_TITLE)" -DAPP_PRODUCT_CODE="$(APP_PRODUCT_CODE)" -DAPP_UNIQUE_ID="$(APP_UNIQUE_ID)"
186181
@echo "built ... $(notdir $@)"
187182

188-
$(OUTPUT).zip: $(OUTPUT_D) $(OUTPUT).elf $(OUTPUT).3dsx $(OUTPUT).smdh $(OUTPUT).3ds $(OUTPUT).cia
183+
$(OUTPUT).zip: $(OUTPUT_D) $(OUTPUT).elf $(OUTPUT).smdh $(OUTPUT).cia
189184
@cd $(OUTPUT_D); \
190185
mkdir -p 3ds/$(OUTPUT_N); \
191-
cp $(OUTPUT_N).3dsx 3ds/$(OUTPUT_N); \
192-
cp $(OUTPUT_N).smdh 3ds/$(OUTPUT_N); \
193-
zip -r $(OUTPUT_N).zip $(OUTPUT_N).elf $(OUTPUT_N).3ds $(OUTPUT_N).cia 3ds > /dev/null; \
186+
zip -r $(OUTPUT_N).zip $(OUTPUT_N).cia > /dev/null; \
194187
rm -r 3ds
195188
@echo "built ... $(notdir $@)"
196189

output/BootNTR.3ds

-547 KB
Binary file not shown.

output/BootNTR.3dsx

-224 KB
Binary file not shown.

output/BootNTR.cia

-5 KB
Binary file not shown.

output/BootNTR.elf

-70.8 KB
Binary file not shown.

source/khax.h

-16
This file was deleted.

0 commit comments

Comments
 (0)