Added the %RUNINBACKGROUND% variable to the 'steam' system in es_systems.xml.

This commit is contained in:
Leon Styhre 2021-11-22 20:09:08 +01:00
parent 7c07c0d5cf
commit 443e77d2a2
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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