summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Gawin <filip.gawin@zoho.com>2020-07-25 20:25:34 +0200
committerFilip Gawin <filip.gawin@zoho.com>2020-07-25 20:25:34 +0200
commit3856b932dd068384e28cf6c6c813199e322211bb (patch)
tree2c7dcc9c23856b7fb0bea4b7539a611307e96a68
parentFix/change some Windows define (diff)
downloadre3-3856b932dd068384e28cf6c6c813199e322211bb.tar
re3-3856b932dd068384e28cf6c6c813199e322211bb.tar.gz
re3-3856b932dd068384e28cf6c6c813199e322211bb.tar.bz2
re3-3856b932dd068384e28cf6c6c813199e322211bb.tar.lz
re3-3856b932dd068384e28cf6c6c813199e322211bb.tar.xz
re3-3856b932dd068384e28cf6c6c813199e322211bb.tar.zst
re3-3856b932dd068384e28cf6c6c813199e322211bb.zip
-rw-r--r--src/core/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h
index 2f11a84b..04d54831 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -277,5 +277,7 @@ enum Config {
#define FREE_CAM // Rotating cam
// Audio
+#ifndef AUDIO_OAL // is not working yet for openal
#define AUDIO_CACHE // cache sound lengths to speed up the cold boot
+#endif
//#define PS2_AUDIO // changes audio paths for cutscenes and radio to PS2 paths, needs vbdec to support VB with MSS \ No newline at end of file