mirror of
https://github.com/wiiu-env/PayloadLoaderInstaller.git
synced 2024-11-13 05:35:06 +01:00
Add text while backing up files
This commit is contained in:
parent
6f42e52d20
commit
cc2d20533f
@ -79,6 +79,8 @@ void ApplicationState::changeState(eGameState newState) {
|
||||
menu.addOption("Install", STATE_INSTALL_STARTED);
|
||||
} else if (this->state == STATE_INSTALL_STARTED) {
|
||||
menu.addText("Installing...");
|
||||
} else if (this->state == STATE_INSTALL_BACKUP) {
|
||||
menu.addText("... backing up files");
|
||||
} else if (this->state == STATE_INSTALL_FST) {
|
||||
menu.addText("... patching title.fst");
|
||||
} else if (this->state == STATE_INSTALL_COS) {
|
||||
|
Loading…
Reference in New Issue
Block a user