Fix cellGameContentErrorDialog freeze
This commit is contained in:
@@ -791,7 +791,10 @@ error_code cellGameContentErrorDialog(s32 type, s32 errNeedSizeKB, vm::cptr<char
|
|||||||
result = true;
|
result = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Emu.CallAfter([&]()
|
||||||
|
{
|
||||||
dlg->Create(errorMsg);
|
dlg->Create(errorMsg);
|
||||||
|
});
|
||||||
|
|
||||||
while (!result)
|
while (!result)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user