mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-01 04:00:32 +00:00
cleanup
This commit is contained in:
parent
09deb96397
commit
c70e322496
@ -590,12 +590,6 @@ static int ozone_list_push(void *data, void *userdata,
|
||||
{
|
||||
entry.enum_idx = MENU_ENUM_LABEL_CORE_LIST;
|
||||
menu_displaylist_setting(&entry);
|
||||
if (settings->bools.menu_show_advanced_settings)
|
||||
{
|
||||
entry.enum_idx = MENU_ENUM_LABEL_SIDELOAD_CORE_LIST;
|
||||
menu_displaylist_setting(&entry);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5541,11 +5541,6 @@ static int xmb_list_push(void *data, void *userdata,
|
||||
{
|
||||
entry.enum_idx = MENU_ENUM_LABEL_CORE_LIST;
|
||||
menu_displaylist_setting(&entry);
|
||||
if (settings->bools.menu_show_advanced_settings)
|
||||
{
|
||||
entry.enum_idx = MENU_ENUM_LABEL_SIDELOAD_CORE_LIST;
|
||||
menu_displaylist_setting(&entry);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user