mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 20:15:27 +00: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;
|
||||
};
|
||||
|
||||
dlg->Create(errorMsg);
|
||||
Emu.CallAfter([&]()
|
||||
{
|
||||
dlg->Create(errorMsg);
|
||||
});
|
||||
|
||||
while (!result)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue