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:
D G Turner 2011-06-14 00:15:50 +01:00
parent f932a11587
commit 8c485fe2da
2 changed files with 22 additions and 6 deletions

View file

@ -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;