diff options
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 |