Add tv and gamepad splash.

This commit is contained in:
Mustacheboyo 2022-09-08 01:23:48 -07:00 committed by GitHub
parent 9ba162d575
commit e2f7585b34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------