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();