diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-01-06 14:46:59 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-01-06 14:46:59 +0100 |
commit | 493f6cb57851c147c340ceab9937df43582e53c3 (patch) | |
tree | 98ace69b40045452d7a5480350e93e24fe9cd1db /src/core/config.h | |
parent | fix (diff) | |
download | re3-493f6cb57851c147c340ceab9937df43582e53c3.tar re3-493f6cb57851c147c340ceab9937df43582e53c3.tar.gz re3-493f6cb57851c147c340ceab9937df43582e53c3.tar.bz2 re3-493f6cb57851c147c340ceab9937df43582e53c3.tar.lz re3-493f6cb57851c147c340ceab9937df43582e53c3.tar.xz re3-493f6cb57851c147c340ceab9937df43582e53c3.tar.zst re3-493f6cb57851c147c340ceab9937df43582e53c3.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index 0199697b..764198b9 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -352,6 +352,7 @@ enum Config { #define RADIO_SCROLL_TO_PREV_STATION #define AUDIO_CACHE //#define PS2_AUDIO // changes audio paths for cutscenes and radio to PS2 paths, needs vbdec to support VB with MSS +//#define AUDIO_OAL_USE_SNDFILE // use libsndfile to decode WAVs instead of our internal decoder // IMG #define BIG_IMG // allows to read larger img files |