summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-06-25 04:06:38 +0200
committererorcun <erorcunerorcun@hotmail.com.tr>2021-06-26 15:24:23 +0200
commit107c4df69c0d72cb061d32e59e8cf8078193c87e (patch)
tree0de0ac78657f8d1f74e5fb3e0f93fffe80e8aa43 /src/core/config.h
parentfix cmake build. (diff)
downloadre3-107c4df69c0d72cb061d32e59e8cf8078193c87e.tar
re3-107c4df69c0d72cb061d32e59e8cf8078193c87e.tar.gz
re3-107c4df69c0d72cb061d32e59e8cf8078193c87e.tar.bz2
re3-107c4df69c0d72cb061d32e59e8cf8078193c87e.tar.lz
re3-107c4df69c0d72cb061d32e59e8cf8078193c87e.tar.xz
re3-107c4df69c0d72cb061d32e59e8cf8078193c87e.tar.zst
re3-107c4df69c0d72cb061d32e59e8cf8078193c87e.zip
Diffstat (limited to '')
-rw-r--r--src/core/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h
index 006ebad5..f19da754 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -398,6 +398,7 @@ static_assert(false, "SUPPORT_XBOX_SCRIPT and SUPPORT_MOBILE_SCRIPT are mutually
//#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
+#define MULTITHREADED_AUDIO
#ifdef AUDIO_OPUS
#define AUDIO_OAL_USE_OPUS // enable support of opus files