Skip to content

Commit 736e1b3

Browse files
committed
Static core loading
1 parent 962afed commit 736e1b3

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
@@ -15073,13 +15073,15 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type,
1507315073
{
1507415074
if (settings->bools.menu_show_load_core)
1507515075
{
15076+
#ifdef HAVE_DYNAMIC
1507615077
if (!string_is_empty(sys_info->info.library_name))
1507715078
{
1507815079
if (MENU_DISPLAYLIST_PARSE_SETTINGS_ENUM(info->list,
1507915080
MENU_ENUM_LABEL_CORE_LIST_UNLOAD, PARSE_ACTION, false) == 0)
1508015081
count++;
1508115082
}
1508215083
else
15084+
#endif
1508315085
{
1508415086
if (MENU_DISPLAYLIST_PARSE_SETTINGS_ENUM(info->list,
1508515087
MENU_ENUM_LABEL_CORE_LIST, PARSE_ACTION, false) == 0)

0 commit comments

Comments
 (0)