mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
cellMsgDialog: optionally make dialogs blocking and fix exit condition
and apply review fixes
This commit is contained in:
parent
fe79e541dd
commit
4a1499e0be
3 changed files with 39 additions and 28 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue