SystemSaveData: Added a TODO to move it to the NAND.

Maybe sometime when we actually implement that
master
Subv 2014-12-18 16:58:42 +07:00
parent bec527fa24
commit f9472eda0a
1 changed files with 3 additions and 1 deletions

@ -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);