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