SDL: Default to 44kHz sound output.

This commit is contained in:
Johannes Schickel 2014-06-22 18:22:50 +02:00
parent 2d9d23adde
commit cd306f194c

View File

@ -33,9 +33,8 @@
#ifdef GP2X
#define SAMPLES_PER_SEC 11025
#else
#define SAMPLES_PER_SEC 22050
#define SAMPLES_PER_SEC 44100
#endif
//#define SAMPLES_PER_SEC 44100
SdlMixerManager::SdlMixerManager()
: