liberated-cortex / CCOSS

Cortex Command - Open Source under GNU AGPL v3 (no game data included)
http://cortexcommand.com
GNU Affero General Public License v3.0
15 stars 3 forks source link

Support for libretro #11

Open Mte90 opened 4 years ago

Mte90 commented 4 years ago

Just a tiny question, it is planned the support for libretro so can work on Retroarch?

Smilex commented 4 years ago

I looked into it and can't figure the details out. It looks like we'd have to make a second compilation target, which compiles a shared object that Retroarch then uses, but I couldn't find more details than that. Like what is the API we need to implement?

Mte90 commented 4 years ago

I can share https://docs.libretro.com/development/cores/developing-cores/ but libretro is useful because can launch games and share settings between the various games like joypads and so on.