SystemSaveData: Added a TODO to move it to the NAND.
Maybe sometime when we actually implement that
This commit is contained in:
parent
bec527fa24
commit
f9472eda0a
|
@ -14,7 +14,9 @@
|
||||||
|
|
||||||
namespace FileSys {
|
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 {
|
class Archive_SystemSaveData final : public DiskArchive {
|
||||||
public:
|
public:
|
||||||
Archive_SystemSaveData(const std::string& mount_point);
|
Archive_SystemSaveData(const std::string& mount_point);
|
||||||
|
|
Reference in New Issue