Merge pull request #471 from lordhoto/sdl-default-rate

SDL: Default audio output rate to 44kHz.
This commit is contained in:
Johannes Schickel
2014-06-29 15:38:37 +02:00
2 changed files with 2 additions and 4 deletions
+1 -2
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()
:
+1 -2
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
Sdl13MixerManager::Sdl13MixerManager()
: