mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Added RetroDECK cases under custom ifdef to not interfere with the rest of the code - fixed typo
This commit is contained in:
parent
de741242c0
commit
ca43dbc9b0
|
@ -47,7 +47,7 @@ private:
|
||||||
void openUtilities();
|
void openUtilities();
|
||||||
void openQuitMenu();
|
void openQuitMenu();
|
||||||
|
|
||||||
if defined(__RETRODECK__)
|
#if defined(__RETRODECK__)
|
||||||
void openRetroDeckClassicConfigurator();
|
void openRetroDeckClassicConfigurator();
|
||||||
void openRetroDeckGodotConfigurator();
|
void openRetroDeckGodotConfigurator();
|
||||||
void openESDEConfiguration();
|
void openESDEConfiguration();
|
||||||
|
|
Loading…
Reference in a new issue