mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Audio port output in .wav file
This commit is contained in:
parent
848c5dadf0
commit
4375b9dd2a
6 changed files with 168 additions and 31 deletions
|
@ -463,9 +463,14 @@ int cellSysutilCheckCallback()
|
|||
|
||||
CPUThread& thr = Emu.GetCallbackThread();
|
||||
|
||||
while (Emu.IsRunning() && thr.IsAlive())
|
||||
while (thr.IsAlive())
|
||||
{
|
||||
Sleep(1);
|
||||
if (Emu.IsStopped())
|
||||
{
|
||||
ConLog.Warning("cellSysutilCheckCallback() aborted");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return CELL_OK;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue