Revert "Update src/common/config.h"

This reverts commit 125303ea86.
This commit is contained in:
rainmakerv2 2024-12-12 23:09:00 +08:00
parent 125303ea86
commit f484df2e05

View File

@ -68,7 +68,7 @@ void setNeoMode(bool enable);
void setUserName(const std::string& type); void setUserName(const std::string& type);
void setUpdateChannel(const std::string& type); void setUpdateChannel(const std::string& type);
void setSeparateUpdateEnabled(bool use); void setSeparateUpdateEnabled(bool use);
void setGameInstallDirs(std::span<const std::filesystem::path> settings_install_dirs_config); void setGameInstallDirs(const std::vector<std::filesystem::path>& settings_install_dirs_config);
void setCursorState(s16 cursorState); void setCursorState(s16 cursorState);
void setCursorHideTimeout(int newcursorHideTimeout); void setCursorHideTimeout(int newcursorHideTimeout);