pcsx2/3rdparty/rainterface
Stenzek ac3e7fbf44 MSBuild: Support building with clang-cl 2023-01-03 12:16:50 +00:00
..
.gitignore 3rdparty: Add RAInterface 2022-10-01 00:00:02 +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: Add RAInterface 2022-10-01 00:00:02 +01: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.