Looking through the libretro source I ran across this line:
// System ram lets a frontend peek into a game systems main RAM.
#define RETRO_MEMORY_SYSTEM_RAM 2
I have a project in which would benefit to be able to view the current memory as the rom is played. Is this currently possible or would I need to build a custom package?