https://github.com/retroachievements/rainterface
Enables RetroAchievements enabled emulators to interact with the server via the RA_Integration.dll
https://github.com/retroachievements/rainterface
dll retroachievements retroachievements-api
Last synced: 8 months ago
JSON representation
Enables RetroAchievements enabled emulators to interact with the server via the RA_Integration.dll
- Host: GitHub
- URL: https://github.com/retroachievements/rainterface
- Owner: RetroAchievements
- License: mit
- Created: 2019-06-08T20:04:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-18T16:25:41.000Z (about 1 year ago)
- Last Synced: 2025-08-31T07:34:03.441Z (10 months ago)
- Topics: dll, retroachievements, retroachievements-api
- Language: C++
- Size: 523 KB
- Stars: 5
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.