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:
@ -121,6 +121,8 @@ void OpenALStream::Clear(bool mute)
|
||||
|
||||
void OpenALStream::SoundLoop()
|
||||
{
|
||||
Common::SetCurrentThreadName("Audio thread - openal");
|
||||
|
||||
ALenum err;
|
||||
u32 ulFrequency = m_mixer->GetSampleRate();
|
||||
|
||||
|
Reference in New Issue
Block a user