mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 20:43:10 +00:00
(XMB) Shows XMB categories again
This commit is contained in:
parent
d6ca2b7e57
commit
5e75d59894
4
driver.c
4
driver.c
@ -390,10 +390,12 @@ void init_drivers(int flags)
|
||||
init_location();
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
menu_update_libretro_info();
|
||||
|
||||
if (flags & DRIVER_MENU)
|
||||
{
|
||||
init_menu();
|
||||
menu_update_libretro_info();
|
||||
menu_driver_context_reset();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -42,7 +42,6 @@ void menu_update_libretro_info(void)
|
||||
#endif
|
||||
|
||||
event_command(EVENT_CMD_CORE_INFO_INIT);
|
||||
menu_driver_context_reset();
|
||||
event_command(EVENT_CMD_LOAD_CORE_PERSIST);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user