From ecdee110566543778b881ca0a21ca8511fa4fe75 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 14 Jun 2015 17:43:03 +0200 Subject: [PATCH] (menu_setting.c) Correct 'Unload Core' being shown --- menu/menu_setting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/menu_setting.c b/menu/menu_setting.c index bf1f066cc6..ee65d76179 100644 --- a/menu/menu_setting.c +++ b/menu/menu_setting.c @@ -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",