https://github.com/retroachievements/raintegration
The DLL responsible to integrate emulators with RetroAchievements.org
https://github.com/retroachievements/raintegration
cpp retroachievements retroachievements-api retrogaming
Last synced: about 1 month ago
JSON representation
The DLL responsible to integrate emulators with RetroAchievements.org
- Host: GitHub
- URL: https://github.com/retroachievements/raintegration
- Owner: RetroAchievements
- License: mit
- Created: 2018-04-15T11:33:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-25T18:47:26.000Z (about 2 months ago)
- Last Synced: 2025-08-25T20:41:23.372Z (about 2 months ago)
- Topics: cpp, retroachievements, retroachievements-api, retrogaming
- Language: C++
- Homepage: https://retroachievements.org
- Size: 8.01 MB
- Stars: 108
- Watchers: 9
- Forks: 25
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RAIntegration
The DLL used for interfacing with RetroAchievements.org
### Prerequisites for Building
- Visual Studio 2019 Community Edition with the following components:
- MSVC v141 - VS 2017 C++ x64/x86 build tools (v14.16)
- MSVC v142 - VS 2019 C++ x64/x86 build tools (Latest)
- C++ ATL for v141 build tools (x86 & x64)
- C++ MFC for v141 build tools (x86 & x64)
- C++ ATL for latest v142 build tools (x86 & x64)
- C++ MFC for latest v142 build tools (x86 & x64)
- C++ Windows XP Support for VS 2017 (v141) tools [Deprecated]
- Windows SDK 7.0 (included in 8.1 distribution)
- Install via [chocolatey](https://docs.chocolatey.org/en-us/choco/setup). This may take a while; just be patient.
```
choco install windows-sdk-8.1
```
- git for windows: https://git-scm.com/download/win
Note: the `git` binary must be in the PATH environment variable (select "Use Git from the Windows Command Prompt" on installation).### Running Unit Tests
Unit tests are written using the Visual Studio testing framework (VSTest) and are automatically built when building the solution. To run them, simply open the Test Explorer window (Tests > Windows > Test Explorer) and click Run All.