diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-07-10 22:06:36 +0200 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-07-10 22:14:13 +0200 |
commit | d82dbf91efc022a27853decd109f58aa54ebc1ee (patch) | |
tree | 87c3b19c701e3efce6f5c6ef1ab69b4d50d10ed1 /src/core | |
parent | Remove waiting for stream closure in multi-thread audio (diff) | |
download | re3-d82dbf91efc022a27853decd109f58aa54ebc1ee.tar re3-d82dbf91efc022a27853decd109f58aa54ebc1ee.tar.gz re3-d82dbf91efc022a27853decd109f58aa54ebc1ee.tar.bz2 re3-d82dbf91efc022a27853decd109f58aa54ebc1ee.tar.lz re3-d82dbf91efc022a27853decd109f58aa54ebc1ee.tar.xz re3-d82dbf91efc022a27853decd109f58aa54ebc1ee.tar.zst re3-d82dbf91efc022a27853decd109f58aa54ebc1ee.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/config.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/core/config.h b/src/core/config.h index 1c7b06d3..298b2a1a 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -527,8 +527,11 @@ enum Config { #undef CANCELLABLE_CAR_ENTER #undef IMPROVED_CAMERA #undef FREE_CAM -#undef MULTITHREADED_AUDIO + #undef RADIO_SCROLL_TO_PREV_STATION -#undef BIG_IMG +#undef AUDIO_CACHE #undef PS2_AUDIO_CHANNELS +#undef PAUSE_RADIO_IN_FRONTEND +#undef MULTITHREADED_AUDIO +#undef BIG_IMG #endif |