summaryrefslogtreecommitdiffstats
path: root/src/common/file_util.h
diff options
context:
space:
mode:
authorfreiro <freiro@users.noreply.github.com>2016-11-17 01:33:16 +0100
committerfreiro <f73b2894@opayq.com>2016-11-19 15:49:52 +0100
commit29bb82cb8e5c34eba174964099b2cdc04103de7b (patch)
treeb724d316ea32df337bd4137a1e985481dc7f013c /src/common/file_util.h
parentMerge pull request #2172 from jroweboy/fix-mingw (diff)
downloadyuzu-29bb82cb8e5c34eba174964099b2cdc04103de7b.tar
yuzu-29bb82cb8e5c34eba174964099b2cdc04103de7b.tar.gz
yuzu-29bb82cb8e5c34eba174964099b2cdc04103de7b.tar.bz2
yuzu-29bb82cb8e5c34eba174964099b2cdc04103de7b.tar.lz
yuzu-29bb82cb8e5c34eba174964099b2cdc04103de7b.tar.xz
yuzu-29bb82cb8e5c34eba174964099b2cdc04103de7b.tar.zst
yuzu-29bb82cb8e5c34eba174964099b2cdc04103de7b.zip
Diffstat (limited to 'src/common/file_util.h')
-rw-r--r--src/common/file_util.h1
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();
#ifdef _WIN32
std::string& GetExeDirectory();
+std::string& AppDataLocalDirectory();
#endif
size_t WriteStringToFile(bool text_file, const std::string& str, const char* filename);