Fix credits

This commit is contained in:
Maschell 2021-12-26 15:03:30 +01:00
parent 202f5374aa
commit c7afdf6aa1
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ TOPDIR ?= $(CURDIR)
#-------------------------------------------------------------------------------
APP_NAME := PayloadLoader Installer
APP_SHORTNAME := PayloadLoader Installer
APP_AUTHOR := Maschell, rw, GaryOderNichts
APP_AUTHOR := Maschell, rw-r-r-0644, GaryOderNichts
include $(DEVKITPRO)/wut/share/wut_rules

View File

@ -289,8 +289,8 @@ void ApplicationState::update(Input *input) {
ApplicationState::ApplicationState() {
menu.setOptionsCallback([this](auto &&newState) { changeState(std::forward<decltype(newState)>(newState)); });
menu.setFooter("By Maschell");
menu.setHeader("PayloadLoader Installer");
menu.setFooter("By Maschell, rw-r-r-0644, GaryOderNichts");
changeState(STATE_WELCOME_SCREEN);
DEBUG_FUNCTION_LINE("State has changed to \"STATE_WELCOME_SCREEN\"");