diff options
author | Nitrus | 2018-11-20 18:55:04 +0100 |
---|---|---|
committer | David Turner | 2018-11-21 07:54:49 +0000 |
commit | dffe50c1d8ae7d0254cfc0a5ef695fa4ca2172d3 (patch) | |
tree | 5262d36f41f4e96e3f89b3165e18d79b6395c8b9 /backends/platform/3ds | |
parent | 4c6e65e36ed1db974202d937145ac1d0ec083460 (diff) | |
download | scummvm-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.mk | 2 |
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 |