From c4bd4cc36561f309a47e2c3bbdabe2e3f279bbc0 Mon Sep 17 00:00:00 2001
From: XargonWan <XargonWan@gmail.com>
Date: Wed, 7 Sep 2022 20:57:49 +0200
Subject: [PATCH] Fixed configured emulator tool

---
 tools/configure-emulators.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/configure-emulators.sh b/tools/configure-emulators.sh
index a646bf47..f469bfc8 100755
--- a/tools/configure-emulators.sh
+++ b/tools/configure-emulators.sh
@@ -20,7 +20,7 @@ emulator="$(zenity --list \
 "Duckstation" \
 "MelonDS" \
 "PCSX2-QT" \
-"PCSX2 (Legacy)" \
+"PCSX2-Legacy" \
 "PPSSPP" \
 "RPCS3" \
 "XEMU" \
@@ -41,10 +41,10 @@ then
 elif [ $emulator == "MelonDS" ]
 then
     melonDS
-elif [ $emulator == "PCSX2 (Legacy)" ]
+elif [ $emulator == "PCSX2-Legacy" ]
 then
     pcsx2
-elif [ $emulator == "pcsx2-qt" ]
+elif [ $emulator == "PCSX2-QT" ]
 then
     pcsx2-qt
 elif [ $emulator == "PPSSPP" ]