mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Merge pull request #6028 from fr500/master
show the menu entries when no achievements found even if hardcore mod…
This commit is contained in:
commit
fddcf2b204
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user