diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-08-17 12:58:48 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-08-17 12:58:48 +0200 |
commit | 16ff379ebeca2092e9609eb3163a6bd2ffd68060 (patch) | |
tree | 75d6ec09e36174454e8bcf66867b9b0ea46ada2b /src/core/MenuScreensCustom.cpp | |
parent | Remove FIX_BUGS that wasn't needed (diff) | |
download | re3-16ff379ebeca2092e9609eb3163a6bd2ffd68060.tar re3-16ff379ebeca2092e9609eb3163a6bd2ffd68060.tar.gz re3-16ff379ebeca2092e9609eb3163a6bd2ffd68060.tar.bz2 re3-16ff379ebeca2092e9609eb3163a6bd2ffd68060.tar.lz re3-16ff379ebeca2092e9609eb3163a6bd2ffd68060.tar.xz re3-16ff379ebeca2092e9609eb3163a6bd2ffd68060.tar.zst re3-16ff379ebeca2092e9609eb3163a6bd2ffd68060.zip |
Diffstat (limited to 'src/core/MenuScreensCustom.cpp')
-rw-r--r-- | src/core/MenuScreensCustom.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/MenuScreensCustom.cpp b/src/core/MenuScreensCustom.cpp index 5eecd841..d33650f8 100644 --- a/src/core/MenuScreensCustom.cpp +++ b/src/core/MenuScreensCustom.cpp @@ -439,7 +439,9 @@ CMenuScreenCustom aScreens[MENUPAGES] = { MENUACTION_AUDIOHW, "FEA_3DH", { nil, SAVESLOT_NONE, MENUPAGE_SOUND_SETTINGS }, MENUACTION_SPEAKERCONF, "FEA_SPK", { nil, SAVESLOT_NONE, MENUPAGE_SOUND_SETTINGS }, #endif +#ifdef AUDIO_REFLECTIONS MENUACTION_DYNAMICACOUSTIC, "FET_DAM", { nil, SAVESLOT_NONE, MENUPAGE_SOUND_SETTINGS }, +#endif MENUACTION_RADIO, "FEA_RSS", { nil, SAVESLOT_NONE, MENUPAGE_SOUND_SETTINGS }, MENUACTION_RESTOREDEF, "FET_DEF", { nil, SAVESLOT_NONE, MENUPAGE_SOUND_SETTINGS }, MENUACTION_CHANGEMENU, "FEDS_TB", { nil, SAVESLOT_NONE, MENUPAGE_NONE }, |