From ec333e261fe69fb37a4cfdf41dd38623d52c3688 Mon Sep 17 00:00:00 2001 From: Jamiras <32680403+Jamiras@users.noreply.github.com> Date: Tue, 13 Sep 2022 18:42:35 -0600 Subject: [PATCH] Update wording for hardcore (#14413) --- cheevos/cheevos_client.c | 3 ++- intl/msg_hash_us.h | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cheevos/cheevos_client.c b/cheevos/cheevos_client.c index d84f93c025..e489034160 100644 --- a/cheevos/cheevos_client.c +++ b/cheevos/cheevos_client.c @@ -1248,7 +1248,8 @@ static retro_time_t rcheevos_client_prepare_ping( rc_api_ping_request_t api_params; const rcheevos_locals_t* rcheevos_locals = get_rcheevos_locals(); const settings_t *settings = config_get_ptr(); - const bool cheevos_richpresence_enable = + const bool cheevos_richpresence_enable = + rcheevos_hardcore_active() || settings->bools.cheevos_richpresence_enable; char buffer[256] = ""; diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index cd0395188b..21d983119a 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -5557,7 +5557,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_CHEEVOS_HARDCORE_MODE_ENABLE, - "Double the amount of points earned. Disables save states, cheats, rewind, pause, and slow-motion for all games. Toggling this setting at runtime will restart the game." + "Disables cheats, rewind, pause, slow-motion, and loading save states. Achievements earned in hardcore mode are uniquely marked so that you can show others what you've achieved without emulator assistance features. Toggling this setting at runtime will restart the game." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_CHEEVOS_LEADERBOARDS_ENABLE, @@ -5573,7 +5573,7 @@ MSG_HASH( ) MSG_HASH( MENU_ENUM_SUBLABEL_CHEEVOS_RICHPRESENCE_ENABLE, - "Send detailed play status to the RetroAchievements website." + "Periodically sends contextual game information to the RetroAchievements website. Has no effect if 'Hardcore Mode' is enabled." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_CHEEVOS_BADGES_ENABLE,