mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(Gekko) Set audio output rate to 32KHz
This commit is contained in:
parent
da3de73237
commit
862bdcd0da
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue