diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2020-07-25 20:25:34 +0200 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2020-07-25 20:25:34 +0200 |
commit | 3856b932dd068384e28cf6c6c813199e322211bb (patch) | |
tree | 2c7dcc9c23856b7fb0bea4b7539a611307e96a68 /src/core | |
parent | Fix/change some Windows define (diff) | |
download | re3-3856b932dd068384e28cf6c6c813199e322211bb.tar re3-3856b932dd068384e28cf6c6c813199e322211bb.tar.gz re3-3856b932dd068384e28cf6c6c813199e322211bb.tar.bz2 re3-3856b932dd068384e28cf6c6c813199e322211bb.tar.lz re3-3856b932dd068384e28cf6c6c813199e322211bb.tar.xz re3-3856b932dd068384e28cf6c6c813199e322211bb.tar.zst re3-3856b932dd068384e28cf6c6c813199e322211bb.zip |
Diffstat (limited to 'src/core')
-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 2f11a84b..04d54831 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -277,5 +277,7 @@ enum Config { #define FREE_CAM // Rotating cam // Audio +#ifndef AUDIO_OAL // is not working yet for openal #define AUDIO_CACHE // cache sound lengths to speed up the cold boot +#endif //#define PS2_AUDIO // changes audio paths for cutscenes and radio to PS2 paths, needs vbdec to support VB with MSS
\ No newline at end of file |