summaryrefslogtreecommitdiffstats
path: root/src/common/file_util.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-08-10 02:44:21 +0200
committerZach Hilman <zachhilman@gmail.com>2018-08-12 04:50:08 +0200
commitb70a831608caf78831e23575aa2fca19bf0d3491 (patch)
tree876952a5acc9d1d550feae4f904a919d94563f72 /src/common/file_util.h
parentcommon: Move hex string processing to separate file (diff)
downloadyuzu-b70a831608caf78831e23575aa2fca19bf0d3491.tar
yuzu-b70a831608caf78831e23575aa2fca19bf0d3491.tar.gz
yuzu-b70a831608caf78831e23575aa2fca19bf0d3491.tar.bz2
yuzu-b70a831608caf78831e23575aa2fca19bf0d3491.tar.lz
yuzu-b70a831608caf78831e23575aa2fca19bf0d3491.tar.xz
yuzu-b70a831608caf78831e23575aa2fca19bf0d3491.tar.zst
yuzu-b70a831608caf78831e23575aa2fca19bf0d3491.zip
Diffstat (limited to 'src/common/file_util.h')
-rw-r--r--src/common/file_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/file_util.h b/src/common/file_util.h
index 2711872ae..2f13d0b6b 100644
--- a/src/common/file_util.h
+++ b/src/common/file_util.h
@@ -129,6 +129,8 @@ const std::string& GetUserPath(UserPath path, const std::string& new_path = "");
std::string GetHactoolConfigurationPath();
+std::string GetNANDRegistrationDir(bool system = false);
+
// Returns the path to where the sys file are
std::string GetSysDirectory();