mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
give the audio thread a name (this doesn't really matter, but it was bugging me)
This commit is contained in:
@ -96,6 +96,8 @@ bool DSound::WriteDataToBuffer(DWORD dwOffset, // Our own write
|
|||||||
// The audio thread.
|
// The audio thread.
|
||||||
void DSound::SoundLoop()
|
void DSound::SoundLoop()
|
||||||
{
|
{
|
||||||
|
Common::SetCurrentThreadName("Audio thread");
|
||||||
|
|
||||||
currentPos = 0;
|
currentPos = 0;
|
||||||
lastPos = 0;
|
lastPos = 0;
|
||||||
dsBuffer->Play(0, 0, DSBPLAY_LOOPING);
|
dsBuffer->Play(0, 0, DSBPLAY_LOOPING);
|
||||||
|
Reference in New Issue
Block a user