mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	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
					
				
					 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); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue