From 1f65090c3236abfe3b83d5681542d7605a897667 Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 4 Mar 2019 17:42:48 +1000 Subject: [PATCH] DirectSound: Silence a verbose debug output message. --- mini_al.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini_al.h b/mini_al.h index 11b37f8e..4c01a77a 100644 --- a/mini_al.h +++ b/mini_al.h @@ -9745,7 +9745,7 @@ mal_result mal_device_main_loop__dsound(mal_device* pDevice) } #ifdef MAL_DEBUG_OUTPUT - printf("[DirectSound] (Duplex/Playback) physicalPlayCursorInBytes=%d, availableBytesPlayback=%d\n", physicalPlayCursorInBytes, availableBytesPlayback); + //printf("[DirectSound] (Duplex/Playback) physicalPlayCursorInBytes=%d, availableBytesPlayback=%d\n", physicalPlayCursorInBytes, availableBytesPlayback); #endif /* If there's no room available for writing we need to wait for more. */