show the menu entries when no achievements found even if hardcore mode is enabled)

This commit is contained in:
radius 2018-01-01 17:02:42 -05:00
parent b279dfcb64
commit acef4ac22e

View File

@ -2588,7 +2588,7 @@ static int menu_displaylist_parse_load_content_settings(
}
if (settings->bools.quick_menu_show_save_load_state &&
! settings->bools.cheevos_hardcore_mode_enable)
!(settings->bools.cheevos_hardcore_mode_enable && cheevos_loaded))
{
menu_displaylist_parse_settings_enum(menu, info,
MENU_ENUM_LABEL_STATE_SLOT, PARSE_ONLY_INT, true);
@ -2608,7 +2608,7 @@ static int menu_displaylist_parse_load_content_settings(
if (settings->bools.quick_menu_show_save_load_state &&
settings->bools.quick_menu_show_undo_save_load_state &&
! settings->bools.cheevos_hardcore_mode_enable)
!(settings->bools.cheevos_hardcore_mode_enable && cheevos_loaded))
{
menu_entries_append_enum(info->list,
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_UNDO_LOAD_STATE),