mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
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