mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
FileUtil: Remove GetSysDirectory log spam
Create and log path the first time GetSysDirectory is called, then just return the path on future calls.
This commit is contained in:
@ -215,7 +215,7 @@ void SetUserPath(unsigned int dir_index, std::string path);
|
||||
std::string GetThemeDir(const std::string& theme_name);
|
||||
|
||||
// Returns the path to where the sys file are
|
||||
std::string GetSysDirectory();
|
||||
const std::string& GetSysDirectory();
|
||||
|
||||
#ifdef ANDROID
|
||||
void SetSysDirectory(const std::string& path);
|
||||
|
Reference in New Issue
Block a user