Replace some uses of Emu.IsStopped()

Poll thread state instead.
This commit is contained in:
Nekotekina 2019-10-12 21:12:47 +03:00
parent 9ae08946ac
commit 16dd72b3e3
7 changed files with 12 additions and 12 deletions

View file

@ -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();