mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
(Android) Added support for the openbor system
This commit is contained in:
parent
e7c33d8f0d
commit
55e8e4ea88
resources/systems/android
|
@ -142,6 +142,12 @@
|
||||||
<entry>com.explusalpha.NgpEmu/com.imagine.BaseActivity</entry>
|
<entry>com.explusalpha.NgpEmu/com.imagine.BaseActivity</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="OPENBOR">
|
||||||
|
<!-- OpenBOR Game Engine -->
|
||||||
|
<rule type="androidpackage">
|
||||||
|
<entry>org.openbor.engine/.GameActivity</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
<emulator name="PCE-EMU">
|
<emulator name="PCE-EMU">
|
||||||
<!-- NEC PC Engine/TurboGrafx-16 emulator PCE.emu -->
|
<!-- NEC PC Engine/TurboGrafx-16 emulator PCE.emu -->
|
||||||
<rule type="androidpackage">
|
<rule type="androidpackage">
|
||||||
|
|
|
@ -1176,8 +1176,8 @@
|
||||||
<name>openbor</name>
|
<name>openbor</name>
|
||||||
<fullname>OpenBOR Game Engine</fullname>
|
<fullname>OpenBOR Game Engine</fullname>
|
||||||
<path>%ROMPATH%/openbor</path>
|
<path>%ROMPATH%/openbor</path>
|
||||||
<extension>.7z .7Z .zip .ZIP</extension>
|
<extension>.openbor</extension>
|
||||||
<command>PLACEHOLDER %ROM%</command>
|
<command label="OpenBOR (Standalone)">%EMULATOR_OPENBOR% %ACTION%=android.intent.action.MAIN</command>
|
||||||
<platform>openbor</platform>
|
<platform>openbor</platform>
|
||||||
<theme>openbor</theme>
|
<theme>openbor</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
Loading…
Reference in a new issue