Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot 2024-12-16 17:20:27 +00:00
parent 0bb42cb023
commit a92eade183

View file

@ -220,8 +220,8 @@ extern "C" {
* *
* This hint will be ignored when opening the default playback device if * This hint will be ignored when opening the default playback device if
* SDL_HINT_AUDIO_ALSA_DEFAULT_PLAYBACK_DEVICE is set, or when opening the * SDL_HINT_AUDIO_ALSA_DEFAULT_PLAYBACK_DEVICE is set, or when opening the
* default recording device if SDL_HINT_AUDIO_ALSA_DEFAULT_RECORDING_DEVICE * default recording device if SDL_HINT_AUDIO_ALSA_DEFAULT_RECORDING_DEVICE is
* is set. * set.
* *
* This hint should be set before an audio device is opened. * This hint should be set before an audio device is opened.
* *