(Android) Added My Boy! standalone as an alternative emulator for the gba system

This commit is contained in:
Leon Styhre 2024-02-11 11:12:54 +01:00
parent 16b73222ea
commit d4fb4c7148
2 changed files with 7 additions and 0 deletions

View file

@ -148,6 +148,12 @@
<entry>com.explusalpha.MsxEmu/com.imagine.BaseActivity</entry>
</rule>
</emulator>
<emulator name="MY-BOY">
<!-- Nintendo Game Boy Advance emulator My Boy! -->
<rule type="androidpackage">
<entry>com.fastemulator.gba/.EmulatorActivity</entry>
</rule>
</emulator>
<emulator name="NEO-EMU">
<!-- SNK Neo Geo emulator NEO.emu -->
<rule type="androidpackage">

View file

@ -674,6 +674,7 @@
<command label="VBA Next">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=/storage/emulated/0/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=vba_next_libretro_android.so %EXTRA_ROM%=%ROM%</command>
<command label="gpSP">%EMULATOR_RETROARCH% %EXTRA_CONFIGFILE%=/storage/emulated/0/Android/data/%ANDROIDPACKAGE%/files/retroarch.cfg %EXTRA_LIBRETRO%=gpsp_libretro_android.so %EXTRA_ROM%=%ROM%</command>
<command label="GBA.emu (Standalone)">%EMULATOR_GBA-EMU% %DATA%=%ROMPROVIDER%</command>
<command label="My Boy! (Standalone)">%EMULATOR_MY-BOY% %ACTION%=android.intent.action.VIEW %DATA%=%ROMSAF%</command>
<command label="Pizza Boy GBA (Standalone)">%EMULATOR_PIZZA-BOY-GBA% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %EXTRA_rom_uri%=%ROM%</command>
<platform>gba</platform>
<theme>gba</theme>