mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-31 04:25:40 +00:00
Removed the -Minimized flag from the Visual Pinball launch command on Unix
This commit is contained in:
parent
f52f3a17a0
commit
221a87ce30
|
@ -2056,7 +2056,7 @@
|
|||
<fullname>Visual Pinball</fullname>
|
||||
<path>%ROMPATH%/vpinball</path>
|
||||
<extension>.vpt .VPT .vpx .VPX</extension>
|
||||
<command label="Visual Pinball (Standalone)">%EMULATOR_VISUAL-PINBALL% -Minimized -Play %ROM%</command>
|
||||
<command label="Visual Pinball (Standalone)">%EMULATOR_VISUAL-PINBALL% -play %ROM%</command>
|
||||
<platform>vpinball</platform>
|
||||
<theme>vpinball</theme>
|
||||
</system>
|
||||
|
|
|
@ -2041,7 +2041,7 @@
|
|||
<fullname>Visual Pinball</fullname>
|
||||
<path>%ROMPATH%\vpinball</path>
|
||||
<extension>.vpt .VPT .vpx .VPX</extension>
|
||||
<command label="Visual Pinball (Standalone)">%EMULATOR_VISUAL-PINBALL% -Minimized -Play %ROM%</command>
|
||||
<command label="Visual Pinball (Standalone)">%EMULATOR_VISUAL-PINBALL% -minimized -play %ROM%</command>
|
||||
<platform>vpinball</platform>
|
||||
<theme>vpinball</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue