(Xbox 1 RMenu) Show menu panel again for settings

This commit is contained in:
twinaphex 2013-09-29 19:04:28 +02:00
parent 46087cc0ef
commit af644b3c15

View File

@ -1950,6 +1950,13 @@ static int select_setting(void *data, uint64_t action)
if (driver.video_poke->set_osd_msg)
driver.video_poke->set_osd_msg(driver.video_data, setting_text_buf, &font_parms);
if (i != rgui->selection_ptr)
continue;
#ifdef HAVE_MENU_PANEL
menu_panel->y = y_increment;
#endif
}
switch (action)