libretro / gpsp

gpSP for libretro.
GNU General Public License v2.0
52 stars 52 forks source link

Fix aligned32 reads in interpreter mode #128

Closed davidgfnet closed 3 years ago

davidgfnet commented 3 years ago

An address check was missing to read aligned 32 (stm/ldm) data from high mem areas (0xX0000000). This fixes SM4 EU that for some reason has some weird memory access (perhaps a bug?)