diff --git a/src/core/hle/DSOUND/DirectSound/DirectSound.cpp b/src/core/hle/DSOUND/DirectSound/DirectSound.cpp index 934a19e2b..d370ff706 100644 --- a/src/core/hle/DSOUND/DirectSound/DirectSound.cpp +++ b/src/core/hle/DSOUND/DirectSound/DirectSound.cpp @@ -474,7 +474,7 @@ static void dsound_thread_worker(LPVOID nullPtr) { DSoundMutexGuardLock; - if (waitCounter > g_dsBufferStreaming.streamInterval) { + if (waitCounter > dsStreamInterval) { waitCounter = 0; // For Async process purpose only