From 3856b932dd068384e28cf6c6c813199e322211bb Mon Sep 17 00:00:00 2001 From: Filip Gawin Date: Sat, 25 Jul 2020 20:25:34 +0200 Subject: Disable cache for openal for now --- src/core/config.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3