diff options
| author | 2016-11-17 01:33:16 +0100 | |
|---|---|---|
| committer | 2016-11-19 15:49:52 +0100 | |
| commit | 29bb82cb8e5c34eba174964099b2cdc04103de7b (patch) | |
| tree | b724d316ea32df337bd4137a1e985481dc7f013c /src/common/file_util.h | |
| parent | Merge pull request #2172 from jroweboy/fix-mingw (diff) | |
| download | yuzu-29bb82cb8e5c34eba174964099b2cdc04103de7b.tar.gz yuzu-29bb82cb8e5c34eba174964099b2cdc04103de7b.tar.xz yuzu-29bb82cb8e5c34eba174964099b2cdc04103de7b.zip | |
Win32 move default user folder location to AppData
Diffstat (limited to 'src/common/file_util.h')
| -rw-r--r-- | src/common/file_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/file_util.h b/src/common/file_util.h index 204b06f14..03cb222fe 100644 --- a/src/common/file_util.h +++ b/src/common/file_util.h | |||
| @@ -154,6 +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 | #endif | 158 | #endif |
| 158 | 159 | ||
| 159 | 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); |