mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(Xbox 1 RMenu) Show menu panel again for settings
This commit is contained in:
parent
46087cc0ef
commit
af644b3c15
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user