Skip to content
Snippets Groups Projects
Commit f9472eda authored by Subv's avatar Subv
Browse files

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

Maybe sometime when we actually implement that
parent bec527fa
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,9 @@ ...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment