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