Added RetroDECK cases under custom ifdef to not interfere with the rest of the code - fixed typo

This commit is contained in:
XargonWan 2024-09-25 11:53:02 +09:00
parent de741242c0
commit ca43dbc9b0

View file

@ -47,7 +47,7 @@ private:
void openUtilities();
void openQuitMenu();
if defined(__RETRODECK__)
#if defined(__RETRODECK__)
void openRetroDeckClassicConfigurator();
void openRetroDeckGodotConfigurator();
void openESDEConfiguration();