summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
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:34:33 +0200
commitbe019c61269e34d9c9a45bd83e854bb8f38e92ae (patch)
tree162df9d0865a1ae6e09f7d16809b50144bc78278 /src/core/config.h
parentIncrease the number of audio channels to PS2 count and some small audio fixes (diff)
downloadre3-be019c61269e34d9c9a45bd83e854bb8f38e92ae.tar
re3-be019c61269e34d9c9a45bd83e854bb8f38e92ae.tar.gz
re3-be019c61269e34d9c9a45bd83e854bb8f38e92ae.tar.bz2
re3-be019c61269e34d9c9a45bd83e854bb8f38e92ae.tar.lz
re3-be019c61269e34d9c9a45bd83e854bb8f38e92ae.tar.xz
re3-be019c61269e34d9c9a45bd83e854bb8f38e92ae.tar.zst
re3-be019c61269e34d9c9a45bd83e854bb8f38e92ae.zip
Diffstat (limited to 'src/core/config.h')
-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 69e9c8fd..f8e63d31 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -423,6 +423,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
// -------
@@ -511,6 +512,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