mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Added support for the Emulators (emulators) game system
This commit is contained in:
parent
bb2811e84e
commit
61a05f064f
|
@ -181,6 +181,10 @@
|
|||
<name>easyrpg</name>
|
||||
<systemsortname>Engine - 2007</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>emulators</name>
|
||||
<systemsortname>Folder - 0000</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>epic</name>
|
||||
<systemsortname>Folder - 2018</systemsortname>
|
||||
|
|
|
@ -181,6 +181,10 @@
|
|||
<name>easyrpg</name>
|
||||
<systemsortname>EasyRPG Team - Engine - 2007</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>emulators</name>
|
||||
<systemsortname>Various - Folder - 0000</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>epic</name>
|
||||
<systemsortname>Epic - Folder - 2018</systemsortname>
|
||||
|
|
|
@ -181,6 +181,10 @@
|
|||
<name>easyrpg</name>
|
||||
<systemsortname>EasyRPG Team - 2007</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>emulators</name>
|
||||
<systemsortname>Various - 0000</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>epic</name>
|
||||
<systemsortname>Epic - 2018</systemsortname>
|
||||
|
|
|
@ -181,6 +181,10 @@
|
|||
<name>easyrpg</name>
|
||||
<systemsortname>2007</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>emulators</name>
|
||||
<systemsortname>0000</systemsortname>
|
||||
</system>
|
||||
<system>
|
||||
<name>epic</name>
|
||||
<systemsortname>2018</systemsortname>
|
||||
|
|
|
@ -490,6 +490,16 @@
|
|||
<platform>easyrpg</platform>
|
||||
<theme>easyrpg</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>emulators</name>
|
||||
<fullname>Emulators</fullname>
|
||||
<path>%ROMPATH%/emulators</path>
|
||||
<extension>.app .sh</extension>
|
||||
<command label="Suspend ES-DE">%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<command label="Keep ES-DE running">%RUNINBACKGROUND% %ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<platform>pcwindows</platform>
|
||||
<theme>emulators</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>epic</name>
|
||||
<fullname>Epic Games Store</fullname>
|
||||
|
|
|
@ -502,6 +502,16 @@
|
|||
<platform>easyrpg</platform>
|
||||
<theme>easyrpg</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>emulators</name>
|
||||
<fullname>Emulators</fullname>
|
||||
<path>%ROMPATH%/emulators</path>
|
||||
<extension>.desktop .sh</extension>
|
||||
<command label="Suspend ES-DE">%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<command label="Keep ES-DE running">%RUNINBACKGROUND% %ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<platform>pcwindows</platform>
|
||||
<theme>emulators</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>epic</name>
|
||||
<fullname>Epic Games Store</fullname>
|
||||
|
|
|
@ -505,6 +505,16 @@
|
|||
<platform>easyrpg</platform>
|
||||
<theme>easyrpg</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>emulators</name>
|
||||
<fullname>Emulators</fullname>
|
||||
<path>%ROMPATH%\emulators</path>
|
||||
<extension>.bat .BAT .lnk .LNK</extension>
|
||||
<command label="Suspend ES-DE">%HIDEWINDOW% %ESCAPESPECIALS% %EMULATOR_OS-SHELL% /C %ROM%</command>
|
||||
<command label="Keep ES-DE running">%HIDEWINDOW% %ESCAPESPECIALS% %RUNINBACKGROUND% %EMULATOR_OS-SHELL% /C %ROM%</command>
|
||||
<platform>pcwindows</platform>
|
||||
<theme>emulators</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>epic</name>
|
||||
<fullname>Epic Games Store</fullname>
|
||||
|
|
Loading…
Reference in a new issue