CHECK_EMU_STATUS, autojoin_thread_t

This commit is contained in:
Nekotekina 2015-07-04 02:22:24 +03:00
parent 8f9e1100c8
commit 3064cf8101
28 changed files with 145 additions and 179 deletions

View file

@ -594,11 +594,8 @@ s32 cellVdecClose(u32 handle)
while (!vdec->is_finished)
{
if (Emu.IsStopped())
{
cellVdec.Warning("cellVdecClose(%d) aborted", handle);
break;
}
CHECK_EMU_STATUS;
std::this_thread::sleep_for(std::chrono::milliseconds(1)); // hack
}