mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 09:14:04 +02:00
DirectSound: Silence a verbose debug output message.
This commit is contained in:
@@ -9745,7 +9745,7 @@ mal_result mal_device_main_loop__dsound(mal_device* pDevice)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef MAL_DEBUG_OUTPUT
|
#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
|
#endif
|
||||||
|
|
||||||
/* If there's no room available for writing we need to wait for more. */
|
/* If there's no room available for writing we need to wait for more. */
|
||||||
|
|||||||
Reference in New Issue
Block a user