mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Fix cellGameContentErrorDialog freeze
This commit is contained in:
parent
ac58953276
commit
c8252d2b28
@ -791,7 +791,10 @@ error_code cellGameContentErrorDialog(s32 type, s32 errNeedSizeKB, vm::cptr<char
|
|||||||
result = true;
|
result = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
dlg->Create(errorMsg);
|
Emu.CallAfter([&]()
|
||||||
|
{
|
||||||
|
dlg->Create(errorMsg);
|
||||||
|
});
|
||||||
|
|
||||||
while (!result)
|
while (!result)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user