Skip to content

Commit

Permalink
Sync SDL3_mixer header -> wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Dec 26, 2024
1 parent 5eb3a4b commit afceb08
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SDL3_mixer/Mix_OpenAudio.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ This function allows you to select specific audio hardware on the system
with the `devid` parameter. If you specify 0, SDL_mixer will choose the
best default it can on your behalf (which, in many cases, is exactly what
you want anyhow). This is equivalent to specifying
`SDL_AUDIO_DEVICE_DEFAULT_OUTPUT`, but is less wordy. SDL_mixer does not
`SDL_AUDIO_DEVICE_DEFAULT_PLAYBACK`, but is less wordy. SDL_mixer does not
offer a mechanism to determine device IDs to open, but you can use
SDL_GetAudioOutputDevices() to get a list of available devices. If you do
this, be sure to call `SDL_Init(SDL_INIT_AUDIO)` first to initialize SDL's
Expand Down
2 changes: 2 additions & 0 deletions SDL3_mixer/QuickReference.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- DO NOT EDIT THIS PAGE ON THE WIKI. IT WILL BE OVERWRITTEN BY WIKIHEADERS AND CHANGES WILL BE LOST! -->

# QuickReference

If you want to paste this into a text editor that can't handle
the fancy Unicode section headers, try using
[QuickReferenceNoUnicode](QuickReferenceNoUnicode) instead.
Expand Down
2 changes: 2 additions & 0 deletions SDL3_mixer/QuickReferenceNoUnicode.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- DO NOT EDIT THIS PAGE ON THE WIKI. IT WILL BE OVERWRITTEN BY WIKIHEADERS AND CHANGES WILL BE LOST! -->

# QuickReferenceNoUnicode

If you want to paste this into a text editor that can handle
fancy Unicode section headers, try using
[QuickReference](QuickReference) instead.
Expand Down

0 comments on commit afceb08

Please sign in to comment.