diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-10-11 04:25:15 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-10-12 19:22:39 +0200 |
commit | d18a55f429cd1845d5b5e97b37a2b222ac888bb8 (patch) | |
tree | 6ffce0e4f8967c3a4ff77a3b8af4a173963f6bf2 /src/core/config.h | |
parent | Merge remote-tracking branch 'origin/master' into miami (diff) | |
download | re3-d18a55f429cd1845d5b5e97b37a2b222ac888bb8.tar re3-d18a55f429cd1845d5b5e97b37a2b222ac888bb8.tar.gz re3-d18a55f429cd1845d5b5e97b37a2b222ac888bb8.tar.bz2 re3-d18a55f429cd1845d5b5e97b37a2b222ac888bb8.tar.lz re3-d18a55f429cd1845d5b5e97b37a2b222ac888bb8.tar.xz re3-d18a55f429cd1845d5b5e97b37a2b222ac888bb8.tar.zst re3-d18a55f429cd1845d5b5e97b37a2b222ac888bb8.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/config.h b/src/core/config.h index f85232ed..57978950 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -314,9 +314,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 |