aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/file_sys/archive_systemsavedata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/file_sys/archive_systemsavedata.h')
-rw-r--r--src/core/file_sys/archive_systemsavedata.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/file_sys/archive_systemsavedata.h b/src/core/file_sys/archive_systemsavedata.h
index 55d85193..c8f5845c 100644
--- a/src/core/file_sys/archive_systemsavedata.h
+++ b/src/core/file_sys/archive_systemsavedata.h
@@ -15,8 +15,6 @@
namespace FileSys {
/// 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, u64 save_id);