make sys_modules folder configurable (#3657)

* make sys_modules folder configurable

* Update src/common/config.cpp

Co-authored-by: squidbus <175574877+squidbus@users.noreply.github.com>

---------

Co-authored-by: squidbus <175574877+squidbus@users.noreply.github.com>
This commit is contained in:
georgemoralis
2025-09-26 22:35:43 +03:00
committed by GitHub
parent 528a060709
commit 905c536ef4
4 changed files with 19 additions and 2 deletions

View File

@@ -134,6 +134,8 @@ bool getIsConnectedToNetwork();
void setConnectedToNetwork(bool enable, bool is_game_specific = false);
void setUserName(const std::string& name, bool is_game_specific = false);
void setChooseHomeTab(const std::string& type, bool is_game_specific = false);
std::filesystem::path getSysModulesPath();
void setSysModulesPath(const std::filesystem::path& path);
// TODO
bool GetLoadGameSizeEnabled();