From 14879ac8b6ce80265473aea053e479a1251a2249 Mon Sep 17 00:00:00 2001 From: d0k3 Date: Thu, 20 Aug 2015 02:32:24 +0200 Subject: [PATCH] Fix Ninjhax output name and icon usage It's better to give an output name instead of using the name of the current directory, so 'ftbrony' is used as default. I also fixed the icon not being used in SMDH creation (project name is ftbrony-master when downloaded from GitHub, not ftbrony). --- Makefile.3ds | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.3ds b/Makefile.3ds index cc6c675..8deb9e3 100644 --- a/Makefile.3ds +++ b/Makefile.3ds @@ -26,7 +26,7 @@ include $(DEVKITARM)/3ds_rules # - icon.png # - /default_icon.png #--------------------------------------------------------------------------------- -TARGET := $(notdir $(CURDIR)) +TARGET := ftbrony BUILD := build SOURCES := source DATA := data @@ -35,6 +35,7 @@ INCLUDES := include APP_TITLE := ftBRONY APP_DESCRIPTION := Like ftPONY but magical. APP_AUTHOR := mtheall +ICON := ftbrony.png #--------------------------------------------------------------------------------- # options for code generation