pcsx2/3rdparty/rainterface
2023-06-30 21:37:44 +10:00
..
.gitignore
CMakeLists.txt CMake: Enable RAIntegration on Windows builds 2023-03-31 15:46:33 +01:00
LICENSE
RA_Consoles.h
RA_Emulators.h
RA_Interface.cpp 3rdparty: Remove exception usage 2023-06-30 21:37:44 +10:00
RA_Interface.h
rainterface.vcxproj MSBuild: Support building with clang-cl 2023-01-03 12:16:50 +00:00
rainterface.vcxproj.filters
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.