mirror of
https://github.com/Ryuzaki-MrL/savemii.git
synced 2026-04-24 23:11:01 -05:00
Add tv and gamepad splash.
This commit is contained in:
parent
9ba162d575
commit
e2f7585b34
10
Makefile
10
Makefile
|
|
@ -14,7 +14,7 @@ TOPDIR ?= $(CURDIR)
|
|||
# APP_AUTHOR sets the author of the application
|
||||
#-------------------------------------------------------------------------------
|
||||
APP_NAME := SaveMii WUT Port
|
||||
APP_SHORTNAME := SaveMii
|
||||
APP_SHORTNAME := SaveMii
|
||||
APP_AUTHOR := DaThinkingChair
|
||||
|
||||
include $(DEVKITPRO)/wut/share/wut_rules
|
||||
|
|
@ -36,9 +36,9 @@ SOURCES := src
|
|||
DATA := data
|
||||
INCLUDES := include
|
||||
CONTENT :=
|
||||
ICON := meta/wuhb/icon.png
|
||||
TV_SPLASH :=
|
||||
DRC_SPLASH :=
|
||||
ICON := meta/wuhb/icon.png
|
||||
TV_SPLASH := meta/wuhb/tv-splash.png
|
||||
DRC_SPLASH := meta/wuhb/drc-splash.png
|
||||
ROMFS := languages
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
|
@ -192,4 +192,4 @@ $(OFILES_SRC) : $(HFILES_BIN)
|
|||
|
||||
#-------------------------------------------------------------------------------
|
||||
endif
|
||||
#-------------------------------------------------------------------------------
|
||||
#-------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user