Add an "Unofficial Test Mode" to allow unlocking non-core achievements

This commit is contained in:
Silent
2021-06-09 20:10:18 +02:00
parent 44da13358d
commit 6c52031966
6 changed files with 47 additions and 7 deletions

View File

@ -2280,6 +2280,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.",