mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	kernel: Add some missing state to process serialization. (#7295)
This commit is contained in:
		
							parent
							
								
									2bb7f89c30
								
							
						
					
					
						commit
						5bcdcffd96
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -48,6 +48,8 @@ void Process::serialize(Archive& ar, const unsigned int file_version) { | |||
|     ar& vm_manager; | ||||
|     ar& memory_used; | ||||
|     ar& memory_region; | ||||
|     ar& holding_memory; | ||||
|     ar& holding_tls_memory; | ||||
|     ar& tls_slots; | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue