Fix cellMsgDialog

This commit is contained in:
Nekotekina 2017-11-14 17:57:56 +03:00
parent 16d7023a92
commit 0d1cb8c878
2 changed files with 2 additions and 2 deletions

View file

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