summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-05-17 19:40:58 +0200
committerSergeanur <s.anureev@yandex.ua>2021-06-24 20:42:10 +0200
commit499b16678f1e36eb4a938fe519d472806745f489 (patch)
tree24c0e9e8eaed916a8cdfafe737a2799a114d6afe /src/core
parentFall back to mp3 if vb is not found (diff)
downloadre3-499b16678f1e36eb4a938fe519d472806745f489.tar
re3-499b16678f1e36eb4a938fe519d472806745f489.tar.gz
re3-499b16678f1e36eb4a938fe519d472806745f489.tar.bz2
re3-499b16678f1e36eb4a938fe519d472806745f489.tar.lz
re3-499b16678f1e36eb4a938fe519d472806745f489.tar.xz
re3-499b16678f1e36eb4a938fe519d472806745f489.tar.zst
re3-499b16678f1e36eb4a938fe519d472806745f489.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/config.h b/src/core/config.h
index 9e42fb9e..a7407bb4 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -399,8 +399,8 @@ static_assert(false, "SUPPORT_XBOX_SCRIPT and SUPPORT_MOBILE_SCRIPT are mutually
// Audio
#define RADIO_SCROLL_TO_PREV_STATION // Won't work without FIX_BUGS
-#define AUDIO_CACHE // cache sound lengths to speed up the cold boot
-#define PS2_AUDIO_PATHS // changes audio paths for cutscenes and radio to PS2 paths (needs vbdec on MSS builds)
+//#define AUDIO_CACHE // cache sound lengths to speed up the cold boot
+//#define PS2_AUDIO_PATHS // changes audio paths for cutscenes and radio to PS2 paths (needs vbdec on MSS builds)
//#define AUDIO_OAL_USE_SNDFILE // use libsndfile to decode WAVs instead of our internal decoder
#define AUDIO_OAL_USE_MPG123 // use mpg123 to support mp3 files