mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
(Android) Added support for the PC Arcade Systems (pcarcade) and Taito Type X (type-x) game systems
This commit is contained in:
parent
fd65e3d559
commit
0e692be641
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue