This commit is contained in:
Themaister 2010-08-15 11:28:03 +02:00
parent f7f4e1aad5
commit 84cb86a9a6

View File

@ -39,7 +39,7 @@
// Chooses which video and audio subsystem to use. Remember to update config.mk if you change these.
#define VIDEO_DRIVER VIDEO_GL
#define AUDIO_DRIVER AUDIO_ALSA
#define AUDIO_DRIVER AUDIO_RSOUND
////////////////
@ -79,7 +79,7 @@ static const bool force_aspect = true;
////////////////
// Output samplerate
static const unsigned out_rate = 96000;
static const unsigned out_rate = 48000;
// Input samplerate from libSNES.
// Lower this (slightly) if you are experiencing frequent audio dropouts and vsync is enabled.