mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	Serialize geometry_pipeline
This commit is contained in:
		
							parent
							
								
									acc89b2251
								
							
						
					
					
						commit
						c284192a87
					
				
					 6 changed files with 144 additions and 13 deletions
				
			
		| 
						 | 
				
			
			@ -119,7 +119,8 @@ void KernelSystem::serialize(Archive& ar, const unsigned int file_version)
 | 
			
		|||
    ar & current_process;
 | 
			
		||||
    ar & *thread_manager.get();
 | 
			
		||||
    ar & *config_mem_handler.get();
 | 
			
		||||
    ar & *shared_page_handler.get();
 | 
			
		||||
    // Shared page data is read-only at the moment, so doesn't need serializing
 | 
			
		||||
    //ar & *shared_page_handler.get();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
SERIALIZE_IMPL(KernelSystem)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue