diff options
author | Subv <subv2112@gmail.com> | 2014-12-18 22:58:42 +0100 |
---|---|---|
committer | Subv <subv2112@gmail.com> | 2014-12-18 22:58:42 +0100 |
commit | f9472eda0a0ea0d8d063cddad352affeb87890b9 (patch) | |
tree | fa5694dc728a57d72c7abbb8c4f57858009ad473 /src/core/file_sys | |
parent | SaveData: Implemented the SystemSaveData archive. (diff) | |
download | yuzu-f9472eda0a0ea0d8d063cddad352affeb87890b9.tar yuzu-f9472eda0a0ea0d8d063cddad352affeb87890b9.tar.gz yuzu-f9472eda0a0ea0d8d063cddad352affeb87890b9.tar.bz2 yuzu-f9472eda0a0ea0d8d063cddad352affeb87890b9.tar.lz yuzu-f9472eda0a0ea0d8d063cddad352affeb87890b9.tar.xz yuzu-f9472eda0a0ea0d8d063cddad352affeb87890b9.tar.zst yuzu-f9472eda0a0ea0d8d063cddad352affeb87890b9.zip |
Diffstat (limited to 'src/core/file_sys')
-rw-r--r-- | src/core/file_sys/archive_systemsavedata.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/file_sys/archive_systemsavedata.h b/src/core/file_sys/archive_systemsavedata.h index b85ef625a..360ed1e13 100644 --- a/src/core/file_sys/archive_systemsavedata.h +++ b/src/core/file_sys/archive_systemsavedata.h @@ -14,7 +14,9 @@ namespace FileSys { -/// File system interface to the SaveData archive +/// File system interface to the SystemSaveData archive +/// TODO(Subv): This archive should point to a location in the NAND, +/// specifically nand:/data/<ID0>/sysdata/<SaveID-Low>/<SaveID-High> class Archive_SystemSaveData final : public DiskArchive { public: Archive_SystemSaveData(const std::string& mount_point); |