Added the Lutris system as a placeholder for Windows and macOS.

This commit is contained in:
Leon Styhre 2020-10-31 15:00:14 +01:00
parent 94cc4b2158
commit ee943a3ae7
3 changed files with 19 additions and 1 deletions

View file

@ -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:

View file

@ -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>

View file

@ -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>