From fb03ee45b5adbab6c59aa56f98992c69e0ade4b4 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Sun, 23 May 2021 17:14:12 +0300 Subject: [PATCH] Undef PS2_AUDIO_CHANNELS for SQUEEZE_PERFORMANCE and VANILLA_DEFINES # Conflicts: # src/core/config.h --- src/core/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/config.h b/src/core/config.h index edc9ad49..cdc91dc0 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -427,6 +427,7 @@ static_assert(false, "SUPPORT_XBOX_SCRIPT and SUPPORT_MOBILE_SCRIPT are mutually #ifdef SQUEEZE_PERFORMANCE #undef PS2_ALPHA_TEST #undef NO_ISLAND_LOADING + #undef PS2_AUDIO_CHANNELS #endif // ------- @@ -515,6 +516,6 @@ static_assert(false, "SUPPORT_XBOX_SCRIPT and SUPPORT_MOBILE_SCRIPT are mutually #undef IMPROVED_CAMERA #undef FREE_CAM #undef BIG_IMG - +#undef PS2_AUDIO_CHANNELS #undef RADIO_SCROLL_TO_PREV_STATION #endif