mirror of https://github.com/mgba-emu/mgba.git
Libretro: Restore sound
This commit is contained in:
parent
bdacbd5761
commit
061601672a
src/platform/libretro
|
@ -52,6 +52,7 @@ static struct mLogger logger;
|
|||
static void _reloadSettings(void) {
|
||||
struct mCoreOptions opts = {
|
||||
.useBios = true,
|
||||
.volume = 0x100,
|
||||
};
|
||||
|
||||
struct retro_variable var;
|
||||
|
|
Loading…
Reference in New Issue