diff options
Diffstat (limited to 'Source/Core/AudioCommon/Src/OpenALStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/Src/OpenALStream.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/AudioCommon/Src/OpenALStream.cpp b/Source/Core/AudioCommon/Src/OpenALStream.cpp index 91d2b3270c..99220f0ed2 100644 --- a/Source/Core/AudioCommon/Src/OpenALStream.cpp +++ b/Source/Core/AudioCommon/Src/OpenALStream.cpp @@ -121,6 +121,8 @@ void OpenALStream::Clear(bool mute) void OpenALStream::SoundLoop() { + Common::SetCurrentThreadName("Audio thread - openal"); + ALenum err; u32 ulFrequency = m_mixer->GetSampleRate(); |
