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
+4
View File
@@ -344,6 +344,10 @@ void GamePauseScreen::CreateViews() {
leftColumnItems->Add(new AchievementView(achievement));
}
}
// And tack on an explanation for why savestate options are not available.
const char *notAvailable = ac->T("Save states not available in Hardcore Mode");
leftColumnItems->Add(new NoticeView(NoticeLevel::INFO, notAvailable, ""));
}
ViewGroup *rightColumn = new ScrollView(ORIENT_VERTICAL, new LinearLayoutParams(vertical ? 200 : 300, FILL_PARENT, actionMenuMargins));