mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 15:13:37 +02:00
Change "Challenge Mode" to "Hardcore Mode", according to RetroAchievements guidelines
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user