mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
(Gekko) Set audio output rate to 32KHz
This commit is contained in:
parent
da3de73237
commit
862bdcd0da
@ -599,7 +599,11 @@ static const bool allow_rotate = true;
|
||||
static const bool audio_enable = true;
|
||||
|
||||
/* Output samplerate. */
|
||||
#ifdef GEKKO
|
||||
static const unsigned out_rate = 32000;
|
||||
#else
|
||||
static const unsigned out_rate = 48000;
|
||||
#endif
|
||||
|
||||
/* Audio device (e.g. hw:0,0 or /dev/audio). If NULL, will use defaults. */
|
||||
static const char *audio_device = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user