mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-27 19:51:48 +01:00
fixed YM2413 option not always being correctly displayed
This commit is contained in:
parent
b0999e0be3
commit
e46c46e2ff
@ -828,6 +828,7 @@ static void soundmenu ()
|
|||||||
float hg = (float)config.hg/100.0;
|
float hg = (float)config.hg/100.0;
|
||||||
|
|
||||||
int offset = update_snd_items();
|
int offset = update_snd_items();
|
||||||
|
sprintf (items[0].text, "Master System FM: %s", config.ym2413_enabled ? "ON":"OFF");
|
||||||
|
|
||||||
GUI_InitMenu(m);
|
GUI_InitMenu(m);
|
||||||
GUI_SlideMenuTitle(m,strlen("Audio "));
|
GUI_SlideMenuTitle(m,strlen("Audio "));
|
||||||
|
Loading…
Reference in New Issue
Block a user