mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05: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 openQuitMenu();
|
||||
|
||||
if defined(__RETRODECK__)
|
||||
#if defined(__RETRODECK__)
|
||||
void openRetroDeckClassicConfigurator();
|
||||
void openRetroDeckGodotConfigurator();
|
||||
void openESDEConfiguration();
|
||||
|
|
Loading…
Reference in a new issue