summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorshfil <filip.gawin@zoho.com>2021-01-01 17:39:11 +0100
committerGitHub <noreply@github.com>2021-01-01 17:39:11 +0100
commite6914355ddda6180a22b08e2d44f4c7e1635ad35 (patch)
treee713b64621667b39a21ff9e74aee000311a6b93b /src/core/config.h
parentsmall CWorld fixes (diff)
parentOverhaul and enable cache for openal build (diff)
downloadre3-e6914355ddda6180a22b08e2d44f4c7e1635ad35.tar
re3-e6914355ddda6180a22b08e2d44f4c7e1635ad35.tar.gz
re3-e6914355ddda6180a22b08e2d44f4c7e1635ad35.tar.bz2
re3-e6914355ddda6180a22b08e2d44f4c7e1635ad35.tar.lz
re3-e6914355ddda6180a22b08e2d44f4c7e1635ad35.tar.xz
re3-e6914355ddda6180a22b08e2d44f4c7e1635ad35.tar.zst
re3-e6914355ddda6180a22b08e2d44f4c7e1635ad35.zip
Diffstat (limited to 'src/core/config.h')
-rw-r--r--src/core/config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/config.h b/src/core/config.h
index a9bb1a17..9f4ccd1f 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -349,9 +349,7 @@ enum Config {
// Audio
#define RADIO_SCROLL_TO_PREV_STATION
-#ifndef AUDIO_OAL // is not working yet for openal
-#define AUDIO_CACHE // cache sound lengths to speed up the cold boot
-#endif
+#define AUDIO_CACHE
//#define PS2_AUDIO // changes audio paths for cutscenes and radio to PS2 paths, needs vbdec to support VB with MSS
// IMG