Getting rid of the "Separate Update Folder" option (#2719)

* real fix this time ?

* should be all of it

* Update en_US.ts
This commit is contained in:
Missake212 2025-03-29 22:50:22 +00:00 committed by GitHub
parent 064c3161c3
commit faae1218fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 0 additions and 35 deletions

View file

@ -35,7 +35,6 @@ bool getPlayBGM();
int getBGMvolume();
bool getisTrophyPopupDisabled();
bool getEnableDiscordRPC();
bool getSeparateUpdateEnabled();
bool getCompatibilityEnabled();
bool getCheckCompatibilityOnStartup();
int getBackgroundImageOpacity();
@ -105,7 +104,6 @@ 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>& dirs_config);
void setAllGameInstallDirs(const std::vector<GameInstallDir>& dirs_config);
void setSaveDataPath(const std::filesystem::path& path);