RetroAchievements / RAIntegration

The DLL responsible to integrate emulators with RetroAchievements.org
https://retroachievements.org
MIT License
98 stars 23 forks source link

fix client ignoring server-modified rich presence script #891

Closed Jamiras closed 2 years ago

Jamiras commented 2 years ago

If the server version of a rich presence script changed, the client would see the local copy as a user-defined modification and the user would have to manually revert to the server state.

This change detects that the local copy is the previous server version and overwrites it with the new server version.