diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-06-25 04:06:38 +0200 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-07-10 22:13:42 +0200 |
commit | ab73c2f539bdebfd12391db6cb3af99a762e898c (patch) | |
tree | 45fe3e2c770799232010116f0b86ef2230f5f197 /src/core | |
parent | readme: fix lto option (diff) | |
download | re3-ab73c2f539bdebfd12391db6cb3af99a762e898c.tar re3-ab73c2f539bdebfd12391db6cb3af99a762e898c.tar.gz re3-ab73c2f539bdebfd12391db6cb3af99a762e898c.tar.bz2 re3-ab73c2f539bdebfd12391db6cb3af99a762e898c.tar.lz re3-ab73c2f539bdebfd12391db6cb3af99a762e898c.tar.xz re3-ab73c2f539bdebfd12391db6cb3af99a762e898c.tar.zst re3-ab73c2f539bdebfd12391db6cb3af99a762e898c.zip |
Diffstat (limited to '')
-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 c9339b74..8f10e10d 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -399,6 +399,7 @@ enum Config { //#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 #define PAUSE_RADIO_IN_FRONTEND // pause radio when game is paused #ifdef AUDIO_OPUS |