mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Replace some uses of Emu.IsStopped()
Poll thread state instead.
This commit is contained in:
parent
9ae08946ac
commit
16dd72b3e3
7 changed files with 12 additions and 12 deletions
|
|
@ -489,7 +489,7 @@ void cell_audio_thread::operator()()
|
|||
u32 in_progress_expected = 0;
|
||||
|
||||
// Main cellAudio loop
|
||||
while (thread_ctrl::state() != thread_state::aborting && !Emu.IsStopped())
|
||||
while (thread_ctrl::state() != thread_state::aborting)
|
||||
{
|
||||
const u64 timestamp = ringbuffer->update();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue