Commit 1f65090c authored by David Reid's avatar David Reid

DirectSound: Silence a verbose debug output message.

parent fd3e0e2a
......@@ -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. */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment