From 84cb86a9a6264812d29862475c75551cc5dc0006 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 15 Aug 2010 11:28:03 +0200 Subject: [PATCH] bah :v --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 2b6057376c..5ed83e7aab 100644 --- a/config.h +++ b/config.h @@ -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.