mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 08:23:15 +00:00
SDL: Default to 44kHz sound output.
This commit is contained in:
parent
2d9d23adde
commit
cd306f194c
@ -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…
x
Reference in New Issue
Block a user