Merge pull request #17736 from MrHuu/ctr_core_load_unload

This commit is contained in:
LibretroAdmin 2025-04-10 03:36:07 -07:00 committed by GitHub
commit 7a17ed09ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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)