From 221a87ce3081ded5dfa305f94b611962bce01f7a Mon Sep 17 00:00:00 2001
From: Leon Styhre <leon@leonstyhre.com>
Date: Mon, 13 Nov 2023 23:35:41 +0100
Subject: [PATCH] Removed the -Minimized flag from the Visual Pinball launch
 command on Unix

---
 resources/systems/unix/es_systems.xml    | 2 +-
 resources/systems/windows/es_systems.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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>