GUI: Settings improvements (#2213)

This commit is contained in:
DanielSvoboda
2025-01-22 19:21:52 -03:00
committed by GitHub
parent d7c2cb17f3
commit 1fcfb07421
32 changed files with 1339 additions and 545 deletions

View File

@@ -35,6 +35,7 @@ std::string getLogFilter();
std::string getLogType();
std::string getUserName();
std::string getUpdateChannel();
std::string getChooseHomeTab();
u16 leftDeadZone();
u16 rightDeadZone();
@@ -81,6 +82,7 @@ void setLanguage(u32 language);
void setNeoMode(bool enable);
void setUserName(const std::string& type);
void setUpdateChannel(const std::string& type);
void setChooseHomeTab(const std::string& type);
void setSeparateUpdateEnabled(bool use);
void setGameInstallDirs(const std::vector<std::filesystem::path>& settings_install_dirs_config);
void setSaveDataPath(const std::filesystem::path& path);