(Android) Added support for the PC Arcade Systems (pcarcade) and Taito Type X (type-x) game systems

This commit is contained in:
Leon Styhre 2024-09-09 17:04:09 +02:00
parent fd65e3d559
commit 0e692be641

View file

@ -1341,8 +1341,9 @@
<name>pcarcade</name>
<fullname>PC Arcade Systems</fullname>
<path>%ROMPATH%/pcarcade</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<extension>.desktop</extension>
<command label="Winlator Glibc Cmod (Standalone)">%EMULATOR_WINLATOR-GLIBC% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %EXTRA_shortcut_path%=%ROM%</command>
<command label="Winlator PRoot Cmod (Standalone)">%EMULATOR_WINLATOR-PROOT% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %EXTRA_shortcut_path%=%ROM%</command>
<platform>arcade</platform>
<theme>pcarcade</theme>
</system>
@ -1872,8 +1873,9 @@
<name>type-x</name>
<fullname>Taito Type X</fullname>
<path>%ROMPATH%/type-x</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<extension>.desktop</extension>
<command label="Winlator Glibc Cmod (Standalone)">%EMULATOR_WINLATOR-GLIBC% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %EXTRA_shortcut_path%=%ROM%</command>
<command label="Winlator PRoot Cmod (Standalone)">%EMULATOR_WINLATOR-PROOT% %ACTIVITY_CLEAR_TASK% %ACTIVITY_CLEAR_TOP% %EXTRA_shortcut_path%=%ROM%</command>
<platform>arcade</platform>
<theme>type-x</theme>
</system>