file_util: Add getter for NAND registration directory

This commit is contained in:
Zach Hilman
2018-08-09 20:44:21 -04:00
parent 10aac376d1
commit b70a831608
2 changed files with 8 additions and 0 deletions

View File

@ -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();