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