aL4ix / O-Nes-Sama

A NES emulator with lots of love
GNU General Public License v3.0
3 stars 0 forks source link

Demounting Debugger #61

Closed aL4ix closed 2 months ago

aL4ix commented 2 months ago

Demounting debugger. It was a good experiment but it was very slow, and required to have SDL_net as extra dependency. There are better ways to do this, like having a GUI in rust get the internal memory through the libretro API with the core running in a separate thread maybe.