diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2021-01-01 16:43:26 +0100 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2021-01-01 16:43:26 +0100 |
commit | b3581bc0b4eb40cefe9261dae7a7ae70c16322d5 (patch) | |
tree | e713b64621667b39a21ff9e74aee000311a6b93b /src/core/config.h | |
parent | small CWorld fixes (diff) | |
download | re3-b3581bc0b4eb40cefe9261dae7a7ae70c16322d5.tar re3-b3581bc0b4eb40cefe9261dae7a7ae70c16322d5.tar.gz re3-b3581bc0b4eb40cefe9261dae7a7ae70c16322d5.tar.bz2 re3-b3581bc0b4eb40cefe9261dae7a7ae70c16322d5.tar.lz re3-b3581bc0b4eb40cefe9261dae7a7ae70c16322d5.tar.xz re3-b3581bc0b4eb40cefe9261dae7a7ae70c16322d5.tar.zst re3-b3581bc0b4eb40cefe9261dae7a7ae70c16322d5.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/config.h b/src/core/config.h index a9bb1a17..9f4ccd1f 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -349,9 +349,7 @@ enum Config { // Audio #define RADIO_SCROLL_TO_PREV_STATION -#ifndef AUDIO_OAL // is not working yet for openal -#define AUDIO_CACHE // cache sound lengths to speed up the cold boot -#endif +#define AUDIO_CACHE //#define PS2_AUDIO // changes audio paths for cutscenes and radio to PS2 paths, needs vbdec to support VB with MSS // IMG |