From b0a86ce6a46d68b8c70739d4348b711ccb55491b Mon Sep 17 00:00:00 2001 From: DanielSvoboda Date: Wed, 16 Jul 2025 18:25:26 -0300 Subject: [PATCH] + --- src/common/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/config.h b/src/common/config.h index e54425676..c683dd1f2 100644 --- a/src/common/config.h +++ b/src/common/config.h @@ -83,7 +83,9 @@ void setLogFilter(const std::string& type); double getTrophyNotificationDuration(); void setTrophyNotificationDuration(double newTrophyNotificationDuration); int getCursorHideTimeout(); +std::string getMicDevice(); void setCursorHideTimeout(int newcursorHideTimeout); +void setMicDevice(std::string device); void setSeparateLogFilesEnabled(bool enabled); bool getSeparateLogFilesEnabled(); u32 GetLanguage();