mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[ion/3ds] Produces .3dsx file.
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
TOOLCHAIN = devkitarm
|
||||
EXE = elf
|
||||
|
||||
HANDY_TARGETS_EXTENSIONS = 3dsx
|
||||
|
||||
|
||||
4
build/targets.simulator.3ds.mak
Normal file
4
build/targets.simulator.3ds.mak
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
%.3dsx: %.elf
|
||||
$(Q) echo "3DSX $(notdir $@)"
|
||||
$(Q) 3dsxtool $< $@
|
||||
Reference in New Issue
Block a user