RetroAchievements / RAIntegration

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

Avoid querying the API for unlinked titles #91

Closed rzumer closed 5 years ago

rzumer commented 6 years ago

An ID of 0 is currently sent to the backend when running an unlinked title. I'm not sure at which point this is triggered, but because of that a user's recently played titles page will contain an empty title with an ID of 0. This doesn't happen prior to the linking dialog being triggered, so it should be possible to avoid subsequent API calls if no title is selected for linking.

Corresponding issue on RAWeb: https://github.com/RetroAchievements/RAWeb/issues/202

rzumer commented 5 years ago

I don't think this happens anymore, so closing.