mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
(Android) Added Pizza Boy GBA standalone as an alternative emulator for the gba system
This commit is contained in:
parent
79ff482ee5
commit
68ad59f837
|
@ -166,6 +166,13 @@
|
||||||
<entry>com.PceEmu/com.imagine.BaseActivity</entry>
|
<entry>com.PceEmu/com.imagine.BaseActivity</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="PIZZA-BOY-GBA">
|
||||||
|
<!-- Nintendo Game Boy Advance emulator Pizza Boy GBA -->
|
||||||
|
<rule type="androidpackage">
|
||||||
|
<entry>it.dbtecno.pizzaboygbapro/it.dbtecno.pizzaboygbapro.MainActivity</entry>
|
||||||
|
<entry>it.dbtecno.pizzaboygba/it.dbtecno.pizzaboygba.MainActivity</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
<emulator name="PIZZA-BOY-GBC">
|
<emulator name="PIZZA-BOY-GBC">
|
||||||
<!-- Nintendo Game Boy and Game Boy Color emulator Pizza Boy GBC -->
|
<!-- Nintendo Game Boy and Game Boy Color emulator Pizza Boy GBC -->
|
||||||
<rule type="androidpackage">
|
<rule type="androidpackage">
|
||||||
|
|
|
@ -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="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="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="GBA.emu (Standalone)">%EMULATOR_GBA-EMU% %DATA%=%ROMPROVIDER%</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>
|
<platform>gba</platform>
|
||||||
<theme>gba</theme>
|
<theme>gba</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
Loading…
Reference in a new issue