mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 03:38:38 +12:00
CHECK_EMU_STATUS, autojoin_thread_t
This commit is contained in:
parent
8f9e1100c8
commit
3064cf8101
28 changed files with 145 additions and 179 deletions
|
@ -569,11 +569,8 @@ s32 cellAdecClose(u32 handle)
|
|||
|
||||
while (!adec->is_finished)
|
||||
{
|
||||
if (Emu.IsStopped())
|
||||
{
|
||||
cellAdec.Warning("cellAdecClose(%d) aborted", handle);
|
||||
break;
|
||||
}
|
||||
CHECK_EMU_STATUS;
|
||||
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(1)); // hack
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue