duckstation/dep/rainterface
Stenzek 76b5b8ad06 MSBuild: Support building with clang-cl 2023-08-21 22:38:55 +10:00
..
.gitignore Cheevos: Add RAIntergration support 2022-04-18 19:13:33 +10:00
LICENSE Cheevos: Add RAIntergration support 2022-04-18 19:13:33 +10:00
RA_Consoles.h dep: Update RAInterface 2022-08-22 19:33:00 +10:00
RA_Emulators.h Cheevos: Add RAIntergration support 2022-04-18 19:13:33 +10:00
RA_Interface.cpp MSBuild: Support building with clang-cl 2023-08-21 22:38:55 +10:00
RA_Interface.h dep: Update RAInterface 2022-08-22 19:33:00 +10:00
README.md Cheevos: Add RAIntergration support 2022-04-18 19:13:33 +10:00
rainterface.vcxproj Cheevos: Add RAIntergration support 2022-04-18 19:13:33 +10:00
rainterface.vcxproj.filters Cheevos: Add RAIntergration support 2022-04-18 19:13:33 +10: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.