We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82d8b96 + 736e1b3 commit 7a17ed0Copy full SHA for 7a17ed0
1 file changed
menu/menu_displaylist.c
@@ -15089,13 +15089,15 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type,
15089
{
15090
if (settings->bools.menu_show_load_core)
15091
15092
+#ifdef HAVE_DYNAMIC
15093
if (!string_is_empty(sys_info->info.library_name))
15094
15095
if (MENU_DISPLAYLIST_PARSE_SETTINGS_ENUM(info->list,
15096
MENU_ENUM_LABEL_CORE_LIST_UNLOAD, PARSE_ACTION, false) == 0)
15097
count++;
15098
}
15099
else
15100
+#endif
15101
15102
15103
MENU_ENUM_LABEL_CORE_LIST, PARSE_ACTION, false) == 0)
0 commit comments