Change "Challenge Mode" to "Hardcore Mode", according to RetroAchievements guidelines

This commit is contained in:
Henrik Rydgård
2023-11-30 18:11:03 +01:00
parent f6dcf6e834
commit b629c99dbf
50 changed files with 233 additions and 229 deletions
+1 -1
View File
@@ -401,7 +401,7 @@ namespace SaveState
{
if (Achievements::ChallengeModeActive()) {
if (g_Config.bAchievementsSaveStateInChallengeMode && (op.type == SaveState::SAVESTATE_SAVE) || (op.type == SAVESTATE_SAVE_SCREENSHOT)) {
// We allow saving in challenge mode if this setting is on.
// We allow saving in hardcore mode if this setting is on.
} else {
// Operation not allowed
return;