Log the active SDL audio driver
This commit is contained in:
parent
3094185cd6
commit
1d0b65f798
1 changed files with 4 additions and 0 deletions
|
|
@ -58,6 +58,10 @@ bool SdlAudioRenderer::prepareForPlayback(const OPUS_MULTISTREAM_CONFIGURATION*
|
|||
have.samples,
|
||||
have.size);
|
||||
|
||||
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
|
||||
"SDL audio driver: %s",
|
||||
SDL_GetCurrentAudioDriver());
|
||||
|
||||
// Start playback
|
||||
SDL_PauseAudioDevice(m_AudioDevice, 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue