diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-07-17 12:48:25 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-07-17 12:48:25 +0200 |
commit | 949d0c8853d31ae88fdf3427bae05ec337ab4b0b (patch) | |
tree | a755d2e6f03c9794196f3b0b3f6c7499b67a94a3 /src/core/config.h | |
parent | Fix wheel water splash with PC_PARTICLE (diff) | |
download | re3-949d0c8853d31ae88fdf3427bae05ec337ab4b0b.tar re3-949d0c8853d31ae88fdf3427bae05ec337ab4b0b.tar.gz re3-949d0c8853d31ae88fdf3427bae05ec337ab4b0b.tar.bz2 re3-949d0c8853d31ae88fdf3427bae05ec337ab4b0b.tar.lz re3-949d0c8853d31ae88fdf3427bae05ec337ab4b0b.tar.xz re3-949d0c8853d31ae88fdf3427bae05ec337ab4b0b.tar.zst re3-949d0c8853d31ae88fdf3427bae05ec337ab4b0b.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index 2ba7a021..9dd25064 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -275,3 +275,6 @@ enum Config { //#define PS2_CAM_TRANSITION // old way of transitioning between cam modes #define IMPROVED_CAMERA // Better Debug cam, and maybe more in the future #define FREE_CAM // Rotating cam + +// Audio +#define AUDIO_CACHE // cache sound lengths to speed up the cold boot |