[PR #2243] [MERGED] Add an "Unofficial Test Mode" to allow unlocking non-core achievements #936

Closed
opened 2026-01-29 19:10:14 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: unofficial-achievements


📝 Commits (1)

  • 6c52031 Add 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?
image
image


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

## 📋 Pull Request Information **Original PR:** https://github.com/stenzek/duckstation/pull/2243 **Author:** [@CookiePLMonster](https://github.com/CookiePLMonster) **Created:** 6/9/2021 **Status:** ✅ Merged **Merged:** 6/13/2021 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `unofficial-achievements` --- ### 📝 Commits (1) - [`6c52031`](https://github.com/stenzek/duckstation/commit/6c5203196644ec803205952e4c80b63f0efd6a7b) Add an "Unofficial Test Mode" to allow unlocking non-core achievements ### 📊 Changes **6 files changed** (+47 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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? ![image](https://user-images.githubusercontent.com/7947461/121407160-4fa19e00-c95f-11eb-8518-14297566353a.png) ![image](https://user-images.githubusercontent.com/7947461/121406929-094c3f00-c95f-11eb-97a0-d4b9e06c248b.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 19:10:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#936