Libretro: Fix samplerate not passed correctly to gba core
This commit is contained in:
parent
3385be2578
commit
3791b0a07f
|
@ -486,7 +486,7 @@ static void gba_init(void)
|
|||
doMirroring(mirroringEnable);
|
||||
|
||||
soundInit();
|
||||
soundSetSampleRate(32000);
|
||||
soundSetSampleRate(SAMPLERATE);
|
||||
|
||||
CPUInit(biosfile, usebios);
|
||||
|
||||
|
|
Loading…
Reference in New Issue