diff options
| author | 2016-11-17 12:29:57 +0100 | |
|---|---|---|
| committer | 2016-11-19 15:50:16 +0100 | |
| commit | 3d75e3cd07a8c577d74aa1c7017c7ee5019e632d (patch) | |
| tree | 99e6ce642a0406deaa87a4d4a283964a5ff9c10b /src/common/file_util.h | |
| parent | Win32 move default user folder location to AppData (diff) | |
| download | yuzu-3d75e3cd07a8c577d74aa1c7017c7ee5019e632d.tar.gz yuzu-3d75e3cd07a8c577d74aa1c7017c7ee5019e632d.tar.xz yuzu-3d75e3cd07a8c577d74aa1c7017c7ee5019e632d.zip | |
Return by value and other fixes
Diffstat (limited to 'src/common/file_util.h')
| -rw-r--r-- | src/common/file_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/file_util.h b/src/common/file_util.h index 03cb222fe..4c5ab676e 100644 --- a/src/common/file_util.h +++ b/src/common/file_util.h | |||
| @@ -154,7 +154,7 @@ std::string GetBundleDirectory(); | |||
| 154 | 154 | ||
| 155 | #ifdef _WIN32 | 155 | #ifdef _WIN32 |
| 156 | std::string& GetExeDirectory(); | 156 | std::string& GetExeDirectory(); |
| 157 | std::string& AppDataLocalDirectory(); | 157 | std::string AppDataLocalDirectory(); |
| 158 | #endif | 158 | #endif |
| 159 | 159 | ||
| 160 | size_t WriteStringToFile(bool text_file, const std::string& str, const char* filename); | 160 | size_t WriteStringToFile(bool text_file, const std::string& str, const char* filename); |