summaryrefslogtreecommitdiff
path: root/src/common/file_util.h
diff options
context:
space:
mode:
authorGravatar Zach Hilman2018-08-09 20:44:21 -0400
committerGravatar Zach Hilman2018-08-11 22:50:08 -0400
commitb70a831608caf78831e23575aa2fca19bf0d3491 (patch)
tree876952a5acc9d1d550feae4f904a919d94563f72 /src/common/file_util.h
parentcommon: Move hex string processing to separate file (diff)
downloadyuzu-b70a831608caf78831e23575aa2fca19bf0d3491.tar.gz
yuzu-b70a831608caf78831e23575aa2fca19bf0d3491.tar.xz
yuzu-b70a831608caf78831e23575aa2fca19bf0d3491.zip
file_util: Add getter for NAND registration directory
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 = "");
129 129
130std::string GetHactoolConfigurationPath(); 130std::string GetHactoolConfigurationPath();
131 131
132std::string GetNANDRegistrationDir(bool system = false);
133
132// Returns the path to where the sys file are 134// Returns the path to where the sys file are
133std::string GetSysDirectory(); 135std::string GetSysDirectory();
134 136