From dd3fd9b375c5084ae9cc1153fe3545d44e5dcc5a Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 23 Aug 2023 15:16:53 +0200 Subject: [PATCH] GuiMenu.cpp.patch fixed --- rd-submodules/es-de/GuiMenu.cpp.patch | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/rd-submodules/es-de/GuiMenu.cpp.patch b/rd-submodules/es-de/GuiMenu.cpp.patch index 080f8922..b0c035ea 100644 --- a/rd-submodules/es-de/GuiMenu.cpp.patch +++ b/rd-submodules/es-de/GuiMenu.cpp.patch @@ -24,15 +24,15 @@ diff -au1r emulationstation-de/es-app/src/guis/GuiMenu.cpp emulationstation-de/e @@ -1910 +1912,14 @@ } + -++void GuiMenu::openRetroDeckConfigurator() -++{ -++ // Launch the configurator.sh script -++ std::string command; -++ std::string startDirectory; -++ bool runInBackground; -++ command = "bash /app/tools/configurator.sh"; -++ startDirectory = "/app/tools"; -++ runInBackground = false; -++ int result = Utils::Platform::launchGameUnix(command, startDirectory, runInBackground); -++ // You can add any checks for the script's outcome here. -++} ++void GuiMenu::openRetroDeckConfigurator() ++{ ++ // Launch the configurator.sh script ++ std::string command; ++ std::string startDirectory; ++ bool runInBackground; ++ command = "bash /app/tools/configurator.sh"; ++ startDirectory = "/app/tools"; ++ runInBackground = false; ++ int result = Utils::Platform::launchGameUnix(command, startDirectory, runInBackground); ++ // You can add any checks for the script's outcome here. ++}