dragoonDorise / pegasus-rp2-metadata

33 stars 3 forks source link

PizzaBoy GBA and GBC (free) support #5

Open turboboy215 opened 3 years ago

turboboy215 commented 3 years ago

Hi, I would like to know how to add support for these emulators. They both seem to work well, but I can't find the correct method to access the files from a playlist.

dragoonDorise commented 3 years ago

@turboboy215 I believe only the pro version of pizza boy allows the emulator to be called from launchers, can you try to edit your metadata.pegasus.txt with these and tell me if it worked?

collection: Game Boy Advance shortname: gba extensions: 7z, zip, gba launch: am start --user 0 -a android.intent.action.VIEW -n it.dbtecno.pizzaboygbapro/.MainActivity -d "file://{file.path}"

turboboy215 commented 3 years ago

I tried using the command for the pro versions of both emulators, and no matter what, it doesn't work, it just restarts the Pegasus application. I have verified that the data folders exist. When I was using the free version of the non-GBA emulator, I was at least able to get the emulator to start up, but now even that doesn't work.