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.
1 parent 962afed commit 736e1b3Copy full SHA for 736e1b3
1 file changed
menu/menu_displaylist.c
@@ -15073,13 +15073,15 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type,
15073
{
15074
if (settings->bools.menu_show_load_core)
15075
15076
+#ifdef HAVE_DYNAMIC
15077
if (!string_is_empty(sys_info->info.library_name))
15078
15079
if (MENU_DISPLAYLIST_PARSE_SETTINGS_ENUM(info->list,
15080
MENU_ENUM_LABEL_CORE_LIST_UNLOAD, PARSE_ACTION, false) == 0)
15081
count++;
15082
}
15083
else
15084
+#endif
15085
15086
15087
MENU_ENUM_LABEL_CORE_LIST, PARSE_ACTION, false) == 0)
0 commit comments