(Android) Added support for the Emerson Arcadia 2001 (arcadia) game system

This commit is contained in:
Leon Styhre 2024-05-17 21:43:28 +02:00
parent 6fb29702d2
commit 115e0251d2
2 changed files with 8 additions and 2 deletions

View file

@ -73,6 +73,12 @@
<entry>org.dolphinemu.mmjr/org.dolphinemu.dolphinemu.ui.main.MainActivity</entry>
</rule>
</emulator>
<emulator name="DROIDARCADIA">
<!-- Emerson Arcadia 2001 emulator DroidArcadia -->
<rule type="androidpackage">
<entry>com.amigan.droidarcadia/.MainActivity</entry>
</rule>
</emulator>
<emulator name="DRASTIC">
<!-- Nintendo DS emulator DraStic -->
<rule type="androidpackage">

View file

@ -149,8 +149,8 @@
<name>arcadia</name>
<fullname>Emerson Arcadia 2001</fullname>
<path>%ROMPATH%/arcadia</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<extension>.bin .BIN .zip .ZIP</extension>
<command label="DROIDARCADIA">%EMULATOR_DROIDARCADIA% %MIMETYPE%=application/zip %DATA%=%ROMPROVIDER%</command>
<platform>arcadia</platform>
<theme>arcadia</theme>
</system>