mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #1724] [MERGED] Cheevos: Implement hardcore mode #662
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/1724
Author: @stenzek
Created: 3/2/2021
Status: ✅ Merged
Merged: 3/3/2021
Merged by: @stenzek
Base:
master← Head:cheevos-hardcore-mode📝 Commits (2)
7dbc759Cheevos: Implement hardcore mode6ecf828Cheevos: 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;
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.