mirror of
https://github.com/wiiu-env/PayloadLoaderInstaller.git
synced 2024-11-27 12:14:18 +01:00
Fix credits
This commit is contained in:
parent
202f5374aa
commit
c7afdf6aa1
2
Makefile
2
Makefile
@ -15,7 +15,7 @@ TOPDIR ?= $(CURDIR)
|
|||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
APP_NAME := PayloadLoader Installer
|
APP_NAME := PayloadLoader Installer
|
||||||
APP_SHORTNAME := 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
|
include $(DEVKITPRO)/wut/share/wut_rules
|
||||||
|
|
||||||
|
@ -289,8 +289,8 @@ void ApplicationState::update(Input *input) {
|
|||||||
|
|
||||||
ApplicationState::ApplicationState() {
|
ApplicationState::ApplicationState() {
|
||||||
menu.setOptionsCallback([this](auto &&newState) { changeState(std::forward<decltype(newState)>(newState)); });
|
menu.setOptionsCallback([this](auto &&newState) { changeState(std::forward<decltype(newState)>(newState)); });
|
||||||
menu.setFooter("By Maschell");
|
|
||||||
menu.setHeader("PayloadLoader Installer");
|
menu.setHeader("PayloadLoader Installer");
|
||||||
|
menu.setFooter("By Maschell, rw-r-r-0644, GaryOderNichts");
|
||||||
|
|
||||||
changeState(STATE_WELCOME_SCREEN);
|
changeState(STATE_WELCOME_SCREEN);
|
||||||
DEBUG_FUNCTION_LINE("State has changed to \"STATE_WELCOME_SCREEN\"");
|
DEBUG_FUNCTION_LINE("State has changed to \"STATE_WELCOME_SCREEN\"");
|
||||||
|
Loading…
Reference in New Issue
Block a user