mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00: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
|
|
@ -330,13 +330,9 @@ s32 cellSysutilCheckCallback(PPUThread& CPU)
|
|||
|
||||
while (Emu.GetCallbackManager().Check(CPU, res))
|
||||
{
|
||||
count++;
|
||||
CHECK_EMU_STATUS;
|
||||
|
||||
if (Emu.IsStopped())
|
||||
{
|
||||
cellSysutil.Warning("cellSysutilCheckCallback() aborted");
|
||||
return CELL_OK;
|
||||
}
|
||||
count++;
|
||||
|
||||
if (res)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue