From aac207c78e0e7ba49d5644dc22b24e5339427196 Mon Sep 17 00:00:00 2001 From: Anthony Date: Mon, 14 Mar 2022 17:09:48 +1300 Subject: [PATCH] Fix typo --- src/core/hle/DSOUND/DirectSound/DirectSound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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