Skip to content

Commit 7a17ed0

Browse files
Merge pull request #17736 from MrHuu/ctr_core_load_unload
2 parents 82d8b96 + 736e1b3 commit 7a17ed0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

menu/menu_displaylist.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15089,13 +15089,15 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type,
1508915089
{
1509015090
if (settings->bools.menu_show_load_core)
1509115091
{
15092+
#ifdef HAVE_DYNAMIC
1509215093
if (!string_is_empty(sys_info->info.library_name))
1509315094
{
1509415095
if (MENU_DISPLAYLIST_PARSE_SETTINGS_ENUM(info->list,
1509515096
MENU_ENUM_LABEL_CORE_LIST_UNLOAD, PARSE_ACTION, false) == 0)
1509615097
count++;
1509715098
}
1509815099
else
15100+
#endif
1509915101
{
1510015102
if (MENU_DISPLAYLIST_PARSE_SETTINGS_ENUM(info->list,
1510115103
MENU_ENUM_LABEL_CORE_LIST, PARSE_ACTION, false) == 0)

0 commit comments

Comments
 (0)