Libretro: Restore sound

This commit is contained in:
Jeffrey Pfau 2016-02-15 23:01:43 -08:00
parent bdacbd5761
commit 061601672a
1 changed files with 1 additions and 0 deletions
src/platform/libretro

View File

@ -52,6 +52,7 @@ static struct mLogger logger;
static void _reloadSettings(void) {
struct mCoreOptions opts = {
.useBios = true,
.volume = 0x100,
};
struct retro_variable var;