Merge pull request #17736 from MrHuu/ctr_core_load_unload
This commit is contained in:
commit
7a17ed09ee
|
@ -15089,6 +15089,7 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type,
|
|||
{
|
||||
if (settings->bools.menu_show_load_core)
|
||||
{
|
||||
#ifdef HAVE_DYNAMIC
|
||||
if (!string_is_empty(sys_info->info.library_name))
|
||||
{
|
||||
if (MENU_DISPLAYLIST_PARSE_SETTINGS_ENUM(info->list,
|
||||
|
@ -15096,6 +15097,7 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type,
|
|||
count++;
|
||||
}
|
||||
else
|
||||
#endif
|
||||
{
|
||||
if (MENU_DISPLAYLIST_PARSE_SETTINGS_ENUM(info->list,
|
||||
MENU_ENUM_LABEL_CORE_LIST, PARSE_ACTION, false) == 0)
|
||||
|
|
Loading…
Reference in New Issue