forked from dolphin-emu/dolphin
Atomic Stores / Loads
This commit is contained in:
@@ -47,7 +47,7 @@ void PulseAudio::SoundLoop()
|
||||
|
||||
if (PulseInit())
|
||||
{
|
||||
while (m_run_thread && m_pa_connected == 1 && m_pa_error >= 0)
|
||||
while (m_run_thread.load() && m_pa_connected == 1 && m_pa_error >= 0)
|
||||
m_pa_error = pa_mainloop_iterate(m_pa_ml, 1, NULL);
|
||||
|
||||
if(m_pa_error < 0)
|
||||
|
||||
Reference in New Issue
Block a user