aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/3ds
diff options
context:
space:
mode:
authorNitrus2018-11-20 18:55:04 +0100
committerDavid Turner2018-11-21 07:54:49 +0000
commitdffe50c1d8ae7d0254cfc0a5ef695fa4ca2172d3 (patch)
tree5262d36f41f4e96e3f89b3165e18d79b6395c8b9 /backends/platform/3ds
parent4c6e65e36ed1db974202d937145ac1d0ec083460 (diff)
downloadscummvm-rg350-dffe50c1d8ae7d0254cfc0a5ef695fa4ca2172d3.tar.gz
scummvm-rg350-dffe50c1d8ae7d0254cfc0a5ef695fa4ca2172d3.tar.bz2
scummvm-rg350-dffe50c1d8ae7d0254cfc0a5ef695fa4ca2172d3.zip
3DS: Use recent devkitPro build tools
Diffstat (limited to 'backends/platform/3ds')
-rw-r--r--backends/platform/3ds/3ds.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/3ds/3ds.mk b/backends/platform/3ds/3ds.mk
index 7ab58995f6..b8961930a6 100644
--- a/backends/platform/3ds/3ds.mk
+++ b/backends/platform/3ds/3ds.mk
@@ -23,7 +23,7 @@ clean_3ds:
$(RM) $(TARGET).cia
$(TARGET).smdh: $(APP_ICON)
- @bannertool makesmdh -s "$(APP_TITLE)" -l "$(APP_DESCRIPTION)" -p "$(APP_AUTHOR)" -i $(APP_ICON) -o $@
+ @smdhtool --create "$(APP_TITLE)" "$(APP_DESCRIPTION)" "$(APP_AUTHOR)" $(APP_ICON) $@
@echo built ... $(notdir $@)
$(TARGET).3dsx: $(EXECUTABLE) $(TARGET).smdh