vgmoose / vgedit

SDL text editor for homebrew'd video game consoles, with controller and touch screen support
GNU General Public License v3.0
71 stars 4 forks source link

libretro port #11

Open eadmaster opened 1 year ago

eadmaster commented 1 year ago

Would add support for a lot more systems.

vgmoose commented 1 year ago

I'm interested! Looks like it shouldn't be too hard: https://docs.libretro.com/development/cores/developing-cores/

Probably the sanest thing to do is to add a new libretro/non-SDL framebuffer drawing backend to Chesto. (A goal partially shared by the SDL1 platforms (3ds+wii) too, which are lacking an SDL2 fontcache-equivalent)