(Android) Added support for the openbor system

This commit is contained in:
Leon Styhre 2024-02-06 21:12:00 +01:00
parent e7c33d8f0d
commit 55e8e4ea88
2 changed files with 8 additions and 2 deletions
resources/systems/android

View file

@ -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">

View file

@ -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>