mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 03:40:03 +00:00
bah :v
This commit is contained in:
parent
f7f4e1aad5
commit
84cb86a9a6
4
config.h
4
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user