mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 11:08:56 +00: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:
parent
4d563ce4d1
commit
c2be78079c
2 changed files with 9 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue