[PR #1724] [MERGED] Cheevos: Implement hardcore mode #662

Open
opened 2026-01-29 19:08:59 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/1724
Author: @stenzek
Created: 3/2/2021
Status: Merged
Merged: 3/3/2021
Merged by: @stenzek

Base: masterHead: cheevos-hardcore-mode


📝 Commits (2)

  • 7dbc759 Cheevos: Implement hardcore mode
  • 6ecf828 Cheevos: Ignore unofficial achievements for now

📊 Changes

12 files changed (+446 additions, -128 deletions)

View changed files

📝 src/duckstation-qt/achievementlogindialog.ui (+1 -1)
📝 src/duckstation-qt/achievementsettingswidget.cpp (+68 -4)
📝 src/duckstation-qt/achievementsettingswidget.h (+6 -2)
📝 src/duckstation-qt/achievementsettingswidget.ui (+7 -26)
📝 src/duckstation-qt/mainwindow.cpp (+41 -15)
📝 src/duckstation-qt/mainwindow.h (+4 -1)
📝 src/duckstation-qt/qthostinterface.cpp (+3 -1)
📝 src/frontend-common/cheevos.cpp (+49 -29)
📝 src/frontend-common/cheevos.h (+19 -1)
📝 src/frontend-common/common_host_interface.cpp (+96 -14)
📝 src/frontend-common/common_host_interface.h (+6 -0)
📝 src/frontend-common/fullscreen_ui.cpp (+146 -34)

📄 Description

PR'ing because I still need to check that everything which needs to be disabled, has been disabled.

TODO;

  • Implement toggle in fullscreen UI/big duck settings

🔄 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/1724 **Author:** [@stenzek](https://github.com/stenzek) **Created:** 3/2/2021 **Status:** ✅ Merged **Merged:** 3/3/2021 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `cheevos-hardcore-mode` --- ### 📝 Commits (2) - [`7dbc759`](https://github.com/stenzek/duckstation/commit/7dbc759619520c6cb2b91be3e70a0f0f7be69db3) Cheevos: Implement hardcore mode - [`6ecf828`](https://github.com/stenzek/duckstation/commit/6ecf82817100180e13fefe571d1fdd7c724f7795) Cheevos: Ignore unofficial achievements for now ### 📊 Changes **12 files changed** (+446 additions, -128 deletions) <details> <summary>View changed files</summary> 📝 `src/duckstation-qt/achievementlogindialog.ui` (+1 -1) 📝 `src/duckstation-qt/achievementsettingswidget.cpp` (+68 -4) 📝 `src/duckstation-qt/achievementsettingswidget.h` (+6 -2) 📝 `src/duckstation-qt/achievementsettingswidget.ui` (+7 -26) 📝 `src/duckstation-qt/mainwindow.cpp` (+41 -15) 📝 `src/duckstation-qt/mainwindow.h` (+4 -1) 📝 `src/duckstation-qt/qthostinterface.cpp` (+3 -1) 📝 `src/frontend-common/cheevos.cpp` (+49 -29) 📝 `src/frontend-common/cheevos.h` (+19 -1) 📝 `src/frontend-common/common_host_interface.cpp` (+96 -14) 📝 `src/frontend-common/common_host_interface.h` (+6 -0) 📝 `src/frontend-common/fullscreen_ui.cpp` (+146 -34) </details> ### 📄 Description PR'ing because I still need to check that everything which needs to be disabled, has been disabled. TODO; - [x] Implement toggle in fullscreen UI/big duck settings --- <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:08:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#662