From b45c34a3772c5cc45eb84bc3eaa1c1e9e15cfb2f Mon Sep 17 00:00:00 2001 From: Lorenzooone Date: Fri, 7 Mar 2025 15:17:53 +0100 Subject: [PATCH] Reduce audio device checks' frequency --- source/cc3dsfs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/cc3dsfs.cpp b/source/cc3dsfs.cpp index effb509..270562e 100755 --- a/source/cc3dsfs.cpp +++ b/source/cc3dsfs.cpp @@ -27,7 +27,7 @@ #define LOW_POLL_DIVISOR 6 #define NO_DATA_CONSECUTIVE_THRESHOLD 4 -#define TIME_AUDIO_DEVICE_CHECK 0.1 +#define TIME_AUDIO_DEVICE_CHECK 0.25 struct OutTextData { std::string full_text;