diff options
author | Mat M <mathew1800@gmail.com> | 2017-02-27 02:58:51 +0100 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-02-27 02:58:51 +0100 |
commit | 0cb52ee74a8255eb0320c882bc9e70700317d16a (patch) | |
tree | 800920c60df4d183d20d94465e0886e5655216a0 /src/core/file_sys | |
parent | Merge pull request #2587 from yuriks/status-bar (diff) | |
download | yuzu-0cb52ee74a8255eb0320c882bc9e70700317d16a.tar yuzu-0cb52ee74a8255eb0320c882bc9e70700317d16a.tar.gz yuzu-0cb52ee74a8255eb0320c882bc9e70700317d16a.tar.bz2 yuzu-0cb52ee74a8255eb0320c882bc9e70700317d16a.tar.lz yuzu-0cb52ee74a8255eb0320c882bc9e70700317d16a.tar.xz yuzu-0cb52ee74a8255eb0320c882bc9e70700317d16a.tar.zst yuzu-0cb52ee74a8255eb0320c882bc9e70700317d16a.zip |
Diffstat (limited to 'src/core/file_sys')
-rw-r--r-- | src/core/file_sys/archive_extsavedata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/archive_extsavedata.h b/src/core/file_sys/archive_extsavedata.h index 6a3431e94..f705ade1c 100644 --- a/src/core/file_sys/archive_extsavedata.h +++ b/src/core/file_sys/archive_extsavedata.h @@ -52,7 +52,7 @@ private: /** * This holds the full directory path for this archive, it is only set after a successful call - * to Open, this is formed as <base extsavedatapath>/<type>/<high>/<low>. + * to Open, this is formed as `<base extsavedatapath>/<type>/<high>/<low>`. * See GetExtSaveDataPath for the code that extracts this data from an archive path. */ std::string mount_point; |