mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 01:08:39 +12:00
Fix cellGameContentErrorDialog freeze
This commit is contained in:
parent
ac58953276
commit
c8252d2b28
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue