From dffe50c1d8ae7d0254cfc0a5ef695fa4ca2172d3 Mon Sep 17 00:00:00 2001 From: Nitrus Date: Tue, 20 Nov 2018 18:55:04 +0100 Subject: 3DS: Use recent devkitPro build tools --- backends/platform/3ds/3ds.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3