mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Added the Lutris system as a placeholder for Windows and macOS.
This commit is contained in:
parent
94cc4b2158
commit
ee943a3ae7
|
@ -316,7 +316,7 @@ You don't need to set execution permissions for these scripts, ES will run them
|
|||
|
||||
#### Lutris
|
||||
|
||||
Lutris runs only on Unix so it's not present in the es_systems.cfg templates for macOS or Windows.
|
||||
Lutris runs only on Unix so it's only present as a placeholder in the es_systems.cfg templates for macOS and Windows.
|
||||
|
||||
These games are executed via the Lutris binary (well it's actually a Python script), and you simply create a shell script per game with the following contents:
|
||||
|
||||
|
|
|
@ -442,6 +442,15 @@
|
|||
<platform>pc</platform>
|
||||
<theme>kodi</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>lutris</name>
|
||||
<fullname>Lutris open gaming platform</fullname>
|
||||
<path>%ROMPATH%/lutris</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<theme>lutris</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>lutro</name>
|
||||
<fullname>Lutro game engine</fullname>
|
||||
|
|
|
@ -442,6 +442,15 @@
|
|||
<platform>pc</platform>
|
||||
<theme>kodi</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>lutris</name>
|
||||
<fullname>Lutris open gaming platform</fullname>
|
||||
<path>%ROMPATH%\lutris</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<theme>lutris</theme>
|
||||
</system>
|
||||
<system>
|
||||
<name>lutro</name>
|
||||
<fullname>Lutro game engine</fullname>
|
||||
|
|
Loading…
Reference in a new issue