mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
Fix cellMsgDialog
This commit is contained in:
parent
16d7023a92
commit
0d1cb8c878
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ s32 cellMsgDialogOpen2(u32 type, vm::cptr<char> msgString, vm::ptr<CellMsgDialog
|
|||
return CELL_MSGDIALOG_ERROR_PARAM;
|
||||
}
|
||||
|
||||
const MsgDialogType _type = { type };
|
||||
const MsgDialogType _type = {type ^ CELL_MSGDIALOG_TYPE_BG_INVISIBLE};
|
||||
|
||||
switch (_type.button_type.unshifted())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue