How can I make use of Retroarch as a library project in my android app?
I am trying to write an app that only emulates PS1 using Retroarch. What I need is an app that acts like a PS1 game that when executed jumps into the game.
How can I make use of Retroarch as a library project in my android app?
I am trying to write an app that only emulates PS1 using Retroarch. What I need is an app that acts like a PS1 game that when executed jumps into the game.
It’s not really setup for that. You can call an intent, however, and use your app as a launcher for RetroArch.
So is it possible to call Retroarch with command line args as intent and dive diretcly into the game, I mean without seeing Retroarch’s main form?
yes, gamesome does that
Is there any guide I could check for more info?