BACKENDS: Improve SDL Mixer Output Format Checks and Reporting.
This commit corrects a number of minor issues and adds warnings for when the desired output parameters given to SDL_OpenAudio() don't match the obtained.
This commit is contained in:
parent
f932a11587
commit
8c485fe2da
2 changed files with 22 additions and 6 deletions
|
@ -67,7 +67,7 @@ protected:
|
|||
* The obtained audio specification after opening the
|
||||
* audio system.
|
||||
*/
|
||||
SDL_AudioSpec _obtainedRate;
|
||||
SDL_AudioSpec _obtained;
|
||||
|
||||
/** State of the audio system */
|
||||
bool _audioSuspended;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue