Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot
2024-12-22 07:09:56 +00:00
parent f0fad41f2c
commit 56cf8d8dc9
10 changed files with 165 additions and 128 deletions

View File

@@ -181,9 +181,9 @@ extern "C" {
/**
* Define an SDL_AudioFormat value.
*
* SDL does not support custom audio formats, so this macro is not of much
* use externally, but it can be illustrative as to what the various bits of
* an SDL_AudioFormat mean.
* SDL does not support custom audio formats, so this macro is not of much use
* externally, but it can be illustrative as to what the various bits of an
* SDL_AudioFormat mean.
*
* For example, SDL_AUDIO_S32LE looks like this:
*