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