mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-14 20:59:06 +00:00
(menu_setting.c) Correct 'Unload Core' being shown
This commit is contained in:
parent
90b918e7ee
commit
ecdee11056
@ -3583,7 +3583,7 @@ static bool setting_append_list_main_menu_options(
|
||||
global ? &global->system.info : NULL;
|
||||
uint32_t info_library_name_hash = info ? djb2_calculate(info->library_name) : 0;
|
||||
|
||||
if (info && (info_library_name_hash == MENU_VALUE_NO_CORE))
|
||||
if (info && (info_library_name_hash != MENU_VALUE_NO_CORE))
|
||||
CONFIG_ACTION(
|
||||
"unload_core",
|
||||
"Unload Core",
|
||||
|
Loading…
Reference in New Issue
Block a user