SDL: Default to 44kHz sound output.
This commit is contained in:
parent
2d9d23adde
commit
cd306f194c
1 changed files with 1 additions and 2 deletions
|
@ -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()
|
||||
:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue