RetroAchievements / rcheevos

Library to parse and evaluate achievements and leaderboards for RetroAchievements
MIT License
86 stars 33 forks source link

Fixes for Access Violations with Recall Operand #347

Closed redwizard42 closed 3 months ago

redwizard42 commented 3 months ago

Adds fixes for two cases where Recall was treated as a memref. Resulting code accessing memref data could try to access memory it was not supposed to, leading to access violation exceptions.