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

Maybe sometime when we actually implement that
This commit is contained in:
Subv 2014-12-18 16:58:42 -05:00
parent bec527fa24
commit f9472eda0a

View file

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