diff options
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: | |||
| 52 | 52 | ||
| 53 | /** | 53 | /** |
| 54 | * This holds the full directory path for this archive, it is only set after a successful call | 54 | * This holds the full directory path for this archive, it is only set after a successful call |
| 55 | * to Open, this is formed as <base extsavedatapath>/<type>/<high>/<low>. | 55 | * to Open, this is formed as `<base extsavedatapath>/<type>/<high>/<low>`. |
| 56 | * See GetExtSaveDataPath for the code that extracts this data from an archive path. | 56 | * See GetExtSaveDataPath for the code that extracts this data from an archive path. |
| 57 | */ | 57 | */ |
| 58 | std::string mount_point; | 58 | std::string mount_point; |