mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
show the menu entries when no achievements found even if hardcore mode is enabled)
This commit is contained in:
parent
b279dfcb64
commit
acef4ac22e
@ -2588,7 +2588,7 @@ static int menu_displaylist_parse_load_content_settings(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (settings->bools.quick_menu_show_save_load_state &&
|
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_displaylist_parse_settings_enum(menu, info,
|
||||||
MENU_ENUM_LABEL_STATE_SLOT, PARSE_ONLY_INT, true);
|
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 &&
|
if (settings->bools.quick_menu_show_save_load_state &&
|
||||||
settings->bools.quick_menu_show_undo_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,
|
menu_entries_append_enum(info->list,
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_UNDO_LOAD_STATE),
|
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_UNDO_LOAD_STATE),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user