mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	core, citra_qt: Implement a save states file format and slot UI
10 slots are offered along with 'Save to Oldest Slot' and 'Load from Newest Slot'. The savestate format is similar to the movie file format. It is called CST (Citra SavesTate), and is basically a 0x100 byte header (consisting of magic, revision, creation time and title ID) followed by Zstd compressed raw savestate data. The savestate files are saved to the `states` folder in Citra's user folder. The files are named like `<Title ID>.<Slot ID>.cst`.
This commit is contained in:
		
							parent
							
								
									7d880f94db
								
							
						
					
					
						commit
						a487016cb4
					
				
					 11 changed files with 384 additions and 77 deletions
				
			
		|  | @ -36,6 +36,7 @@ enum class UserPath { | |||
|     RootDir, | ||||
|     SDMCDir, | ||||
|     ShaderDir, | ||||
|     StatesDir, | ||||
|     SysDataDir, | ||||
|     UserDir, | ||||
| }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue