From e20cbaa4afa4deb2757c312d8f873a60e96e6028 Mon Sep 17 00:00:00 2001 From: M4x1m3 Date: Mon, 20 Apr 2020 10:19:14 +0200 Subject: [PATCH] [ion/3ds] Produces .3dsx file. --- build/platform.simulator.3ds.mak | 3 +++ build/targets.simulator.3ds.mak | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 build/targets.simulator.3ds.mak diff --git a/build/platform.simulator.3ds.mak b/build/platform.simulator.3ds.mak index d8d158a7d..ee04c1f61 100644 --- a/build/platform.simulator.3ds.mak +++ b/build/platform.simulator.3ds.mak @@ -1,2 +1,5 @@ TOOLCHAIN = devkitarm EXE = elf + +HANDY_TARGETS_EXTENSIONS = 3dsx + diff --git a/build/targets.simulator.3ds.mak b/build/targets.simulator.3ds.mak new file mode 100644 index 000000000..88eca7e58 --- /dev/null +++ b/build/targets.simulator.3ds.mak @@ -0,0 +1,4 @@ + +%.3dsx: %.elf + $(Q) echo "3DSX $(notdir $@)" + $(Q) 3dsxtool $< $@