diff options
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Common/Src/FileUtil.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/FileUtil.cpp b/Source/Core/Common/Src/FileUtil.cpp index 1d79beef51..ad19778902 100644 --- a/Source/Core/Common/Src/FileUtil.cpp +++ b/Source/Core/Common/Src/FileUtil.cpp @@ -103,7 +103,8 @@ bool File::CreateDir(const std::string &path) std::string GetUserDirectory() {
#ifdef _WIN32
- //TODO #endif
+ //TODO
+ return std::string("");
#else
char *dir = getenv("HOME");
if (!dir)
|
