mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Some typos fixed (thanks to Nukem9)
cellSysutilCheckCallback() modified, some warnings converted
This commit is contained in:
parent
16c284214f
commit
b602260314
13 changed files with 28 additions and 23 deletions
|
@ -460,6 +460,11 @@ int cellSysutilCheckCallback()
|
|||
cellSysutil.Log("cellSysutilCheckCallback()");
|
||||
Emu.GetCallbackManager().m_exit_callback.Check();
|
||||
|
||||
CPUThread& thr = Emu.GetCallbackThread();
|
||||
|
||||
while(Emu.IsRunning() && thr.IsAlive())
|
||||
Sleep(1);
|
||||
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue