cellMsgDialog: optionally make dialogs blocking and fix exit condition

and apply review fixes
This commit is contained in:
Megamouse 2019-01-20 23:46:48 +01:00 committed by Ivan
parent fe79e541dd
commit 4a1499e0be
3 changed files with 39 additions and 28 deletions

View file

@ -292,7 +292,7 @@ error_code cellGameDataSetSystemVer(vm::cptr<char> systemVersion)
error_code cellGameDataExitBroken()
{
cellGame.warning("cellGameDataExitBroken()");
return open_exit_dialog("There has been an error!\n\nPlease delete the game's game data.", true);
return open_exit_dialog("There has been an error!\n\nPlease remove the game data for this title.", true);
}
error_code cellGameBootCheck(vm::ptr<u32> type, vm::ptr<u32> attributes, vm::ptr<CellGameContentSize> size, vm::ptr<char[CELL_GAME_DIRNAME_SIZE]> dirName)