mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-24 15:15:38 +00:00
Undeclared functions fixed
This commit is contained in:
parent
869d4cb8f6
commit
b823184b97
|
@ -2492,6 +2492,8 @@ std::vector<HelpPrompt> GuiMenu::getHelpPrompts()
|
||||||
return prompts;
|
return prompts;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined(__RETRODECK__)
|
||||||
|
|
||||||
void GuiMenu::openRetroDeckClassicConfigurator()
|
void GuiMenu::openRetroDeckClassicConfigurator()
|
||||||
{
|
{
|
||||||
// Launch the configurator.sh script
|
// Launch the configurator.sh script
|
||||||
|
@ -2517,3 +2519,5 @@ void GuiMenu::openRetroDeckGodotConfigurator()
|
||||||
int result = Utils::Platform::launchGameUnix(command, startDirectory, runInBackground);
|
int result = Utils::Platform::launchGameUnix(command, startDirectory, runInBackground);
|
||||||
// You can add any checks for the script's outcome here.
|
// You can add any checks for the script's outcome here.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue