diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-05-23 16:14:12 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-06-24 20:32:43 +0200 |
commit | ce0a097392c5c6349ec9b5f83120dbc6a5c02230 (patch) | |
tree | 2ce3b2929acdfafbbef623b9b2725ae4e7a7924e /src/core/config.h | |
parent | Set number of stereo sources (diff) | |
download | re3-ce0a097392c5c6349ec9b5f83120dbc6a5c02230.tar re3-ce0a097392c5c6349ec9b5f83120dbc6a5c02230.tar.gz re3-ce0a097392c5c6349ec9b5f83120dbc6a5c02230.tar.bz2 re3-ce0a097392c5c6349ec9b5f83120dbc6a5c02230.tar.lz re3-ce0a097392c5c6349ec9b5f83120dbc6a5c02230.tar.xz re3-ce0a097392c5c6349ec9b5f83120dbc6a5c02230.tar.zst re3-ce0a097392c5c6349ec9b5f83120dbc6a5c02230.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index 6355c1a5..1677b1a4 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -422,6 +422,7 @@ enum Config { #ifdef SQUEEZE_PERFORMANCE #undef PS2_ALPHA_TEST #undef NO_ISLAND_LOADING + #undef PS2_AUDIO_CHANNELS #define PC_PARTICLE #define VC_PED_PORTS // To not process collisions always. But should be tested if that's really beneficial #define VC_RAIN_NERF // Reduces number of rain particles @@ -514,4 +515,5 @@ enum Config { #undef FREE_CAM #undef RADIO_SCROLL_TO_PREV_STATION #undef BIG_IMG +#undef PS2_AUDIO_CHANNELS #endif |