Swordfish90 / Lemuroid

All in one emulator on Android!
GNU General Public License v3.0
2.6k stars 164 forks source link

support launching roms from a frontend or adb session #904

Open david79111 opened 3 months ago

david79111 commented 3 months ago

I wanted to add lemuroid to Daijishou emu front end, but the dev said it's not possible because lemuroid needs to support launching roms from a frontend or adb session. I'd love to see this implemented if possible.

IrishBruse commented 2 months ago

Doing the same thing and found this adb shell am start -n com.swordfish.lemuroid/com.swordfish.lemuroid.app.shared.game.ExternalGameLauncherActivity -d "lemuroid://com.swordfish.lemuroid/play-game/id/1"

Now im wondering if there is a way to get an id from a rom or to get a list of the ids used along with their names so it can be integrated into frontends

david79111 commented 1 day ago

I noticed this issue was already opened in #857 and #803