[PR #2824] [MERGED] Cheevos: Add RAIntergration support #1186

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

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/2824
Author: @stenzek
Created: 4/18/2022
Status: Merged
Merged: 4/18/2022
Merged by: @stenzek

Base: masterHead: raintegration


📝 Commits (2)

  • 9a5ef2d Cheevos: Add RAIntergration support
  • 296f613 Cheevos: Rework functions into namespace

📊 Changes

17 files changed (+2129 additions, -121 deletions)

View changed files

dep/rainterface/.gitignore (+1 -0)
dep/rainterface/LICENSE (+21 -0)
dep/rainterface/RA_Consoles.h (+83 -0)
dep/rainterface/RA_Emulators.h (+23 -0)
dep/rainterface/RA_Interface.cpp (+1021 -0)
dep/rainterface/RA_Interface.h (+368 -0)
dep/rainterface/README.md (+5 -0)
dep/rainterface/rainterface.vcxproj (+23 -0)
dep/rainterface/rainterface.vcxproj.filters (+11 -0)
📝 duckstation.sln (+41 -1)
📝 src/core/cheevos.cpp (+419 -117)
📝 src/core/cheevos.h (+32 -0)
📝 src/core/core.props (+4 -1)
📝 src/duckstation-qt/mainwindow.cpp (+37 -0)
📝 src/duckstation-qt/settingsdialog.cpp (+15 -2)
📝 src/frontend-common/common_host_interface.cpp (+14 -0)
📝 src/frontend-common/fullscreen_ui.cpp (+11 -0)

📄 Description

PR because I can't be arsed to make sure Linux/UWP builds myself.


🔄 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/2824 **Author:** [@stenzek](https://github.com/stenzek) **Created:** 4/18/2022 **Status:** ✅ Merged **Merged:** 4/18/2022 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `raintegration` --- ### 📝 Commits (2) - [`9a5ef2d`](https://github.com/stenzek/duckstation/commit/9a5ef2d0a25d1c0e7ddc0e38586168a287250b03) Cheevos: Add RAIntergration support - [`296f613`](https://github.com/stenzek/duckstation/commit/296f613b4eb365790dec517bc5c6d0986d5141ff) Cheevos: Rework functions into namespace ### 📊 Changes **17 files changed** (+2129 additions, -121 deletions) <details> <summary>View changed files</summary> ➕ `dep/rainterface/.gitignore` (+1 -0) ➕ `dep/rainterface/LICENSE` (+21 -0) ➕ `dep/rainterface/RA_Consoles.h` (+83 -0) ➕ `dep/rainterface/RA_Emulators.h` (+23 -0) ➕ `dep/rainterface/RA_Interface.cpp` (+1021 -0) ➕ `dep/rainterface/RA_Interface.h` (+368 -0) ➕ `dep/rainterface/README.md` (+5 -0) ➕ `dep/rainterface/rainterface.vcxproj` (+23 -0) ➕ `dep/rainterface/rainterface.vcxproj.filters` (+11 -0) 📝 `duckstation.sln` (+41 -1) 📝 `src/core/cheevos.cpp` (+419 -117) 📝 `src/core/cheevos.h` (+32 -0) 📝 `src/core/core.props` (+4 -1) 📝 `src/duckstation-qt/mainwindow.cpp` (+37 -0) 📝 `src/duckstation-qt/settingsdialog.cpp` (+15 -2) 📝 `src/frontend-common/common_host_interface.cpp` (+14 -0) 📝 `src/frontend-common/fullscreen_ui.cpp` (+11 -0) </details> ### 📄 Description PR because I can't be arsed to make sure Linux/UWP builds myself. --- <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:15:43 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#1186