mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 03:32:55 +00:00
cellMsgDialog: send DRAWING_END on abort
This commit is contained in:
parent
0f499e36fb
commit
4d09be25aa
@ -484,7 +484,8 @@ error_code cellMsgDialogAbort()
|
|||||||
if (auto dlg = manager->get<rsx::overlays::message_dialog>())
|
if (auto dlg = manager->get<rsx::overlays::message_dialog>())
|
||||||
{
|
{
|
||||||
g_fxo->get<msg_dlg_thread>().wait_until = 0;
|
g_fxo->get<msg_dlg_thread>().wait_until = 0;
|
||||||
dlg->close(false, true);
|
dlg->close(false, true); // this doesn't call on_close
|
||||||
|
sysutil_send_system_cmd(CELL_SYSUTIL_DRAWING_END, 0);
|
||||||
return CELL_OK;
|
return CELL_OK;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user