This commit is contained in:
Themaister 2010-08-16 22:51:56 +02:00
parent 26654f7645
commit c160c53cee
2 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,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_RSOUND
#define AUDIO_DRIVER AUDIO_ALSA
////////////////
@ -80,7 +80,7 @@ static const bool force_aspect = true;
////////////////
// Output samplerate
static const unsigned out_rate = 48000;
static const unsigned out_rate = 44100;
// Input samplerate from libSNES.
// Lower this (slightly) if you are experiencing frequent audio dropouts and vsync is enabled.

View File

@ -3,9 +3,9 @@ BUILD_OPENGL = 1
BUILD_FILTER = 0
BUILD_RSOUND = 1
BUILD_OSS = 0
BUILD_ALSA = 0
BUILD_ROAR = 0
BUILD_OSS = 1
BUILD_ALSA = 1
BUILD_ROAR = 1
PREFIX = /usr