diff options
| author | 2018-08-15 23:11:58 -0400 | |
|---|---|---|
| committer | 2018-08-15 23:11:58 -0400 | |
| commit | c594ec341768a54dc2577c64fd15a6c0041456cd (patch) | |
| tree | 3814f831fd8207598c342341e56997a0b3123cd0 /src/common/file_util.h | |
| parent | Merge pull request #1078 from lioncash/message (diff) | |
| parent | registration: Various style and documentation improvements (diff) | |
| download | yuzu-c594ec341768a54dc2577c64fd15a6c0041456cd.tar.gz yuzu-c594ec341768a54dc2577c64fd15a6c0041456cd.tar.xz yuzu-c594ec341768a54dc2577c64fd15a6c0041456cd.zip | |
Merge pull request #1005 from DarkLordZach/registered-fmt
file_sys: Add support for registration format
Diffstat (limited to 'src/common/file_util.h')
| -rw-r--r-- | src/common/file_util.h | 2 |
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 | ||
| 130 | std::string GetHactoolConfigurationPath(); | 130 | std::string GetHactoolConfigurationPath(); |
| 131 | 131 | ||
| 132 | std::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 |
| 133 | std::string GetSysDirectory(); | 135 | std::string GetSysDirectory(); |
| 134 | 136 | ||