mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
Fixes: cellMsgDialog, cellPad
This commit is contained in:
parent
a6f8e4f6b3
commit
309f409554
2 changed files with 2 additions and 5 deletions
|
@ -269,7 +269,7 @@ s32 cellMsgDialogProgressBarSetMsg(u32 progressBarIndex, vm::cptr<char> msgStrin
|
|||
return CELL_MSGDIALOG_ERROR_DIALOG_NOT_OPENED;
|
||||
}
|
||||
|
||||
if (progressBarIndex >= dlg->type.progress_bar_count)
|
||||
if (progressBarIndex >= dlg->type.progress_bar_count || !msgString)
|
||||
{
|
||||
return CELL_MSGDIALOG_ERROR_PARAM;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue