mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-29 00:33:01 +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>())
|
||||
{
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user