mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-04 18:05:06 +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;
|
||||
|
||||
int offset = update_snd_items();
|
||||
sprintf (items[0].text, "Master System FM: %s", config.ym2413_enabled ? "ON":"OFF");
|
||||
|
||||
GUI_InitMenu(m);
|
||||
GUI_SlideMenuTitle(m,strlen("Audio "));
|
||||
|
Loading…
Reference in New Issue
Block a user