RetroAchievements / rcheevos

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

fix read across region boundary #308

Closed Jamiras closed 7 months ago

Jamiras commented 8 months ago

In the unlikely event that multiple bytes are read from an address right at the edge of a libretro memory region, the code will now try to read the remaining bytes from the next region.