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.
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