From f9472eda0a0ea0d8d063cddad352affeb87890b9 Mon Sep 17 00:00:00 2001
From: Subv <subv2112@gmail.com>
Date: Thu, 18 Dec 2014 16:58:42 -0500
Subject: [PATCH] SystemSaveData: Added a TODO to move it to the NAND.

Maybe sometime when we actually implement that
---
 src/core/file_sys/archive_systemsavedata.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/core/file_sys/archive_systemsavedata.h b/src/core/file_sys/archive_systemsavedata.h
index b85ef625ae..360ed1e135 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);