mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #2824] [MERGED] Cheevos: Add RAIntergration support #1186
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/2824
Author: @stenzek
Created: 4/18/2022
Status: ✅ Merged
Merged: 4/18/2022
Merged by: @stenzek
Base:
master← Head:raintegration📝 Commits (2)
9a5ef2dCheevos: Add RAIntergration support296f613Cheevos: 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.