Vita3K / Vita3K-Android

Public releases and CI for the Vita3K Android app
GNU General Public License v2.0
1.26k stars 46 forks source link

(Feature Request) Frontend support #505

Open Jetup13 opened 11 months ago

Jetup13 commented 11 months ago

I know that this command works through adb shell to launch a game into Vita3k-Android:

adb shell am start -n org.vita3k.emulator/org.vita3k.emulator.Emulator --esa "AppStartParameters" "-r" "TITLEID"

For example: Retro City Rampage DX:

adb shell am start -n org.vita3k.emulator/org.vita3k.emulator.Emulator --esa "AppStartParameters" "-r","PCSE00546"

Instead is it possible we can have it read a text files contents so that it would be easier to implement launching through frontends such as Daijishou, Dig, Launchbox, ect? Daijishou has a similar concept through its DPT system but it doesn't seem to like --esa command even though its passing it.

Let's say the text file content is:

Retro City Rampage DX.txt

[title id] PCSE00546
tudor07 commented 10 months ago

I am the developer of Beacon launcher. I would love this feature so I can add support for Vita3k in my launcher.