Merge pull request #2243 from CookiePLMonster/unofficial-achievements

Add an "Unofficial Test Mode" to allow unlocking non-core achievements
This commit is contained in:
Connor McLaughlin
2021-06-13 18:25:50 +10:00
committed by GitHub
6 changed files with 47 additions and 7 deletions

View File

@ -2281,6 +2281,11 @@ void DrawSettingsWindow()
"When enabled, DuckStation will assume all achievements are locked and not "
"send any unlock notifications to the server.",
"Cheevos", "TestMode", false);
settings_changed |=
ToggleButtonForNonSetting(ICON_FA_MEDAL " Test Unofficial Achievements",
"When enabled, DuckStation will list achievements from unofficial sets. These "
"achievements are not tracked by RetroAchievements.",
"Cheevos", "UnofficialTestMode", false);
settings_changed |= ToggleButtonForNonSetting(ICON_FA_COMPACT_DISC " Use First Disc From Playlist",
"When enabled, the first disc in a playlist will be used for "
"achievements, regardless of which disc is active.",