Libretro: Fix samplerate not passed correctly to gba core

This commit is contained in:
retro-wertz 2018-06-15 00:00:21 +08:00 committed by Rafael Kitover
parent 3385be2578
commit 3791b0a07f
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ static void gba_init(void)
doMirroring(mirroringEnable);
soundInit();
soundSetSampleRate(32000);
soundSetSampleRate(SAMPLERATE);
CPUInit(biosfile, usebios);