pcsx2/3rdparty/rainterface
Stenzek 1dbccb5e3d 3rdparty: Remove exception usage 2023-06-30 21:37:44 +10:00
..
.gitignore 3rdparty: Add RAInterface 2022-10-01 00:00:02 +01:00
CMakeLists.txt CMake: Enable RAIntegration on Windows builds 2023-03-31 15:46:33 +01:00
LICENSE 3rdparty: Add RAInterface 2022-10-01 00:00:02 +01:00
RA_Consoles.h 3rdparty: Add RAInterface 2022-10-01 00:00:02 +01:00
RA_Emulators.h 3rdparty: Add RAInterface 2022-10-01 00:00:02 +01:00
RA_Interface.cpp 3rdparty: Remove exception usage 2023-06-30 21:37:44 +10:00
RA_Interface.h 3rdparty: Add RAInterface 2022-10-01 00:00:02 +01:00
README.md 3rdparty: Add RAInterface 2022-10-01 00:00:02 +01:00
rainterface.vcxproj MSBuild: Support building with clang-cl 2023-01-03 12:16:50 +00:00
rainterface.vcxproj.filters 3rdparty: Add RAInterface 2022-10-01 00:00:02 +01:00

README.md

RAInterface

This code is intended to be loaded into another repository as a submodule.

An emulator should include RA_Interface.cpp in its build and link against winhttp.lib. Then, the emulator can be modified to call the hooks provided in RA_Interface.cpp at appropriate times to integrate with the RetroAchievements server via the RA_Integration.dll. See wiki for more details.