diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-07-14 22:07:47 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-07-15 17:06:02 +0200 |
commit | 2ce36a48b92a21b88a59d08856751d9adc7a062f (patch) | |
tree | 153e2c8a5558bd743fab479d1599501771e0b329 /src/core | |
parent | Remove stupid cast (diff) | |
download | re3-2ce36a48b92a21b88a59d08856751d9adc7a062f.tar re3-2ce36a48b92a21b88a59d08856751d9adc7a062f.tar.gz re3-2ce36a48b92a21b88a59d08856751d9adc7a062f.tar.bz2 re3-2ce36a48b92a21b88a59d08856751d9adc7a062f.tar.lz re3-2ce36a48b92a21b88a59d08856751d9adc7a062f.tar.xz re3-2ce36a48b92a21b88a59d08856751d9adc7a062f.tar.zst re3-2ce36a48b92a21b88a59d08856751d9adc7a062f.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h index 885f98b8..8f5cfb3d 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -420,7 +420,7 @@ enum Config { #define RADIO_SCROLL_TO_PREV_STATION #define AUDIO_CACHE #define PS2_AUDIO_CHANNELS // increases the maximum number of audio channels to PS2 value of 44 (PC has 28 originally) -//#define PS2_AUDIO_PATHS // changes audio paths for cutscenes and radio to PS2 paths (needs vbdec on MSS builds) +#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 PAUSE_RADIO_IN_FRONTEND // pause radio when game is paused |