Add text while backing up files

This commit is contained in:
GaryOderNichts 2020-12-03 23:01:55 +01:00 committed by Maschell
parent 6f42e52d20
commit cc2d20533f
1 changed files with 2 additions and 0 deletions

View File

@ -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) {