diff --git a/resources/systems/unix/es_systems.xml b/resources/systems/unix/es_systems.xml index dc05793f1..9d03ceda0 100644 --- a/resources/systems/unix/es_systems.xml +++ b/resources/systems/unix/es_systems.xml @@ -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> diff --git a/resources/systems/windows/es_systems.xml b/resources/systems/windows/es_systems.xml index 7062e11c0..9f588e0ce 100644 --- a/resources/systems/windows/es_systems.xml +++ b/resources/systems/windows/es_systems.xml @@ -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>