From e019bd91fd15cd89cd8260e9d310355f71031cd0 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Fri, 22 Jan 2021 19:46:50 +0200 Subject: [PATCH] Reenable PS2_AUDIO_PATHS --- src/core/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/config.h b/src/core/config.h index 8fd0b825..9afdcc7f 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -377,7 +377,7 @@ static_assert(false, "SUPPORT_XBOX_SCRIPT and SUPPORT_MOBILE_SCRIPT are mutually // Audio #define AUDIO_CACHE // cache sound lengths to speed up the cold boot -//#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