mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	FileSys: add ExtSaveDataArchive
ExtSaveData is more similar to SaveData, so let it be a subclass of SaveData
This commit is contained in:
		
							parent
							
								
									7166fdc490
								
							
						
					
					
						commit
						a879984c06
					
				
					 2 changed files with 115 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -34,6 +34,7 @@ enum class ErrorDescription : u32 {
 | 
			
		|||
        513, // TODO(purpasmart): Check if this name fits its actual usage
 | 
			
		||||
    GPU_FirstInitialization = 519,
 | 
			
		||||
    FS_InvalidPath = 702,
 | 
			
		||||
    FS_WriteBeyondEnd = 705,
 | 
			
		||||
    FS_UnsupportedOpenFlags = 760,
 | 
			
		||||
    FS_UnexpectedFileOrDirectory = 770,
 | 
			
		||||
    InvalidSection = 1000,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue