DirectSound: Silence a verbose debug output message.

This commit is contained in:
David Reid
2019-03-04 17:42:48 +10:00
parent fd3e0e2a43
commit 1f65090c32
+1 -1
View File
@@ -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. */