RetroAchievements / RAIntegration

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

fix crash when using aligned search with more than 64KB of RAM #853

Closed Jamiras closed 2 years ago

Jamiras commented 2 years ago

Caused by #822. The filter was functioning correctly, but the check to see if the result should be highlighted was using the wrong address and reading out-of-range memory.