libretro / gpsp

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

Fix invalid memory map entries #125

Closed negativeExponent closed 3 years ago

davidgfnet commented 3 years ago

Thanks! Totally missed this! Would you mind explaining what's this usually used for? I know this allows the Frontend to poke/peek memory but not sure what's that useful for.

cmitu commented 3 years ago

I know this allows the Frontend to poke/peek memory but not sure what's that useful for.

Cheevos support (RetroAchievements) may need it, since it requires access to the memory of the system in order to known when to award an achievement.

negativeExponent commented 3 years ago