summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-05-23 16:14:12 +0200
committerSergeanur <s.anureev@yandex.ua>2021-06-24 20:45:21 +0200
commitfb03ee45b5adbab6c59aa56f98992c69e0ade4b4 (patch)
treecc68e52078e3c9bfedf8f88b38e9e73d7832d282
parentIncrease the number of audio channels to PS2 count and some small audio fixes (diff)
downloadre3-fb03ee45b5adbab6c59aa56f98992c69e0ade4b4.tar
re3-fb03ee45b5adbab6c59aa56f98992c69e0ade4b4.tar.gz
re3-fb03ee45b5adbab6c59aa56f98992c69e0ade4b4.tar.bz2
re3-fb03ee45b5adbab6c59aa56f98992c69e0ade4b4.tar.lz
re3-fb03ee45b5adbab6c59aa56f98992c69e0ade4b4.tar.xz
re3-fb03ee45b5adbab6c59aa56f98992c69e0ade4b4.tar.zst
re3-fb03ee45b5adbab6c59aa56f98992c69e0ade4b4.zip
-rw-r--r--src/core/config.h3
1 files changed, 2 insertions, 1 deletions
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