mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #2243] [MERGED] Add an "Unofficial Test Mode" to allow unlocking non-core achievements #936
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stenzek/duckstation/pull/2243
Author: @CookiePLMonster
Created: 6/9/2021
Status: ✅ Merged
Merged: 6/13/2021
Merged by: @stenzek
Base:
master← Head:unofficial-achievements📝 Commits (1)
6c52031Add an "Unofficial Test Mode" to allow unlocking non-core achievements📊 Changes
6 files changed (+47 additions, -7 deletions)
View changed files
📝
src/duckstation-qt/achievementsettingswidget.cpp(+6 -0)📝
src/duckstation-qt/achievementsettingswidget.ui(+7 -0)📝
src/frontend-common/cheevos.cpp(+21 -5)📝
src/frontend-common/cheevos.h(+4 -1)📝
src/frontend-common/common_host_interface.cpp(+4 -1)📝
src/frontend-common/fullscreen_ui.cpp(+5 -0)📄 Description
As in the title, this PR adds an option to unlock local/unofficial achievements without sending them to the backend server. This behaviour corresponds to an "official" topic about unofficial achievements on RetroAchievements boards:
https://retroachievements.org/viewtopic.php?t=6715
Option not available on Android at the moment, but maybe it should be added?


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.