Skip to content

Commit

Permalink
3DS: Use recent devkitPro build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrus authored and David Turner committed Nov 21, 2018
1 parent 4c6e65e commit dffe50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/platform/3ds/3ds.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dffe50c

Please sign in to comment.