mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 03:39:59 +00:00
Update wording for hardcore (#14413)
This commit is contained in:
parent
c16a50f1dd
commit
ec333e261f
@ -1249,6 +1249,7 @@ static retro_time_t rcheevos_client_prepare_ping(
|
||||
const rcheevos_locals_t* rcheevos_locals = get_rcheevos_locals();
|
||||
const settings_t *settings = config_get_ptr();
|
||||
const bool cheevos_richpresence_enable =
|
||||
rcheevos_hardcore_active() ||
|
||||
settings->bools.cheevos_richpresence_enable;
|
||||
char buffer[256] = "";
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user