mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
name all audio threads (that I know how to) for debugging, as suggested in response to revision d00b719966
.
This commit is contained in:
@ -60,6 +60,7 @@ void AlsaSound::SoundLoop()
|
||||
thread_data = 2;
|
||||
return;
|
||||
}
|
||||
Common::SetCurrentThreadName("Audio thread - alsa");
|
||||
while (!thread_data)
|
||||
{
|
||||
m_mixer->Mix(reinterpret_cast<short *>(mix_buffer), frames_to_deliver);
|
||||
|
Reference in New Issue
Block a user