fixed YM2413 option not always being correctly displayed

This commit is contained in:
ekeeke31 2011-04-30 13:00:25 +00:00
parent b0999e0be3
commit e46c46e2ff

View File

@ -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 "));