mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-30 03:55:40 +00:00
Added the %RUNINBACKGROUND% variable to the 'steam' system in es_systems.xml.
This commit is contained in:
parent
7c07c0d5cf
commit
443e77d2a2
|
@ -1144,7 +1144,7 @@
|
|||
<fullname>Valve Steam</fullname>
|
||||
<path>%ROMPATH%/steam</path>
|
||||
<extension>.sh</extension>
|
||||
<command>zsh %ROM%</command>
|
||||
<command>%RUNINBACKGROUND% zsh %ROM%</command>
|
||||
<platform>steam</platform>
|
||||
<theme>steam</theme>
|
||||
</system>
|
||||
|
|
|
@ -1152,7 +1152,7 @@
|
|||
<fullname>Valve Steam</fullname>
|
||||
<path>%ROMPATH%/steam</path>
|
||||
<extension>.sh</extension>
|
||||
<command>bash %ROM%</command>
|
||||
<command>%RUNINBACKGROUND% bash %ROM%</command>
|
||||
<platform>steam</platform>
|
||||
<theme>steam</theme>
|
||||
</system>
|
||||
|
|
|
@ -1152,7 +1152,7 @@
|
|||
<fullname>Valve Steam</fullname>
|
||||
<path>%ROMPATH%\steam</path>
|
||||
<extension>.bat</extension>
|
||||
<command>%HIDEWINDOW% cmd.exe /C %ROM%</command>
|
||||
<command>%HIDEWINDOW% %RUNINBACKGROUND% cmd.exe /C %ROM%</command>
|
||||
<platform>steam</platform>
|
||||
<theme>steam</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue