This commit is contained in:
DanielSvoboda 2025-07-16 18:25:26 -03:00 committed by GitHub
parent ab9e9378f1
commit b0a86ce6a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,7 +83,9 @@ void setLogFilter(const std::string& type);
double getTrophyNotificationDuration(); double getTrophyNotificationDuration();
void setTrophyNotificationDuration(double newTrophyNotificationDuration); void setTrophyNotificationDuration(double newTrophyNotificationDuration);
int getCursorHideTimeout(); int getCursorHideTimeout();
std::string getMicDevice();
void setCursorHideTimeout(int newcursorHideTimeout); void setCursorHideTimeout(int newcursorHideTimeout);
void setMicDevice(std::string device);
void setSeparateLogFilesEnabled(bool enabled); void setSeparateLogFilesEnabled(bool enabled);
bool getSeparateLogFilesEnabled(); bool getSeparateLogFilesEnabled();
u32 GetLanguage(); u32 GetLanguage();