diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-06-26 15:28:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-26 15:28:43 +0200 |
commit | 9c8ef3cca01f0809e5ebb81f6680c3e6de75564f (patch) | |
tree | 6c4ef89c06992b4723b0b89c4bc5eeea2653f7a3 /src/core | |
parent | fix screenshot name space (diff) | |
parent | Multi-threaded audio streams (diff) | |
download | re3-9c8ef3cca01f0809e5ebb81f6680c3e6de75564f.tar re3-9c8ef3cca01f0809e5ebb81f6680c3e6de75564f.tar.gz re3-9c8ef3cca01f0809e5ebb81f6680c3e6de75564f.tar.bz2 re3-9c8ef3cca01f0809e5ebb81f6680c3e6de75564f.tar.lz re3-9c8ef3cca01f0809e5ebb81f6680c3e6de75564f.tar.xz re3-9c8ef3cca01f0809e5ebb81f6680c3e6de75564f.tar.zst re3-9c8ef3cca01f0809e5ebb81f6680c3e6de75564f.zip |
Diffstat (limited to 'src/core')
-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 1c1d1985..abc81834 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -399,6 +399,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 |