[ion/3ds] Added smdh data to the 3dsx

This commit is contained in:
M4x1m3
2020-04-20 10:35:55 +02:00
parent e20cbaa4af
commit 18ad90e2d3
2 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,9 @@
%.3dsx: %.elf %.smdh: ion/src/simulator/3ds/assets/logo.png
$(Q) echo "SMDH $(notdir $@)"
$(Q) smdhtool --create "Epsilon" "A Numworks in your 3DS!" "Numworks" ion/src/simulator/3ds/assets/logo.png $@
$(BUILD_DIR)/%.3dsx: $(BUILD_DIR)/%.elf $(BUILD_DIR)/%.smdh
$(Q) echo "3DSX $(notdir $@)" $(Q) echo "3DSX $(notdir $@)"
$(Q) 3dsxtool $< $@ $(Q) 3dsxtool $< $@ --smdh=$(word 2,$^)

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB