mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Merge pull request #471 from lordhoto/sdl-default-rate
SDL: Default audio output rate to 44kHz.
This commit is contained in:
@@ -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()
|
||||
:
|
||||
|
||||
@@ -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()
|
||||
:
|
||||
|
||||
Reference in New Issue
Block a user