diff options
Diffstat (limited to '')
-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 95550dd6..c63ce4c8 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -289,3 +289,6 @@ enum Config { // Camera #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 |