CHECK_EMU_STATUS removal

This commit is contained in:
Nekotekina 2017-02-05 17:06:03 +03:00
parent bf6854d121
commit 246b9f3182
16 changed files with 17 additions and 68 deletions

View file

@ -738,8 +738,7 @@ error_code cellGameContentErrorDialog(s32 type, s32 errNeedSizeKB, vm::cptr<char
while (!result)
{
CHECK_EMU_STATUS;
std::this_thread::sleep_for(1ms);
thread_ctrl::wait_for(1000);
}
return CELL_OK;