mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
;V
This commit is contained in:
parent
26654f7645
commit
c160c53cee
4
config.h
4
config.h
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
// Chooses which video and audio subsystem to use. Remember to update config.mk if you change these.
|
// Chooses which video and audio subsystem to use. Remember to update config.mk if you change these.
|
||||||
#define VIDEO_DRIVER VIDEO_GL
|
#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
|
// Output samplerate
|
||||||
static const unsigned out_rate = 48000;
|
static const unsigned out_rate = 44100;
|
||||||
|
|
||||||
// Input samplerate from libSNES.
|
// Input samplerate from libSNES.
|
||||||
// Lower this (slightly) if you are experiencing frequent audio dropouts and vsync is enabled.
|
// Lower this (slightly) if you are experiencing frequent audio dropouts and vsync is enabled.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user