mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	
							parent
							
								
									3597921ec5
								
							
						
					
					
						commit
						d5a962cb81
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -7,6 +7,7 @@ | |||
| #include <array> | ||||
| #include <functional> | ||||
| #include <boost/serialization/access.hpp> | ||||
| #include <boost/serialization/array.hpp> | ||||
| #include "video_core/regs_pipeline.h" | ||||
| 
 | ||||
| namespace Pica { | ||||
|  | @ -69,7 +70,7 @@ private: | |||
|     void serialize(Archive& ar, const unsigned int version) { | ||||
|         ar& topology; | ||||
|         ar& buffer_index; | ||||
|         ar& buffer; | ||||
|         ar& boost::serialization::make_array(buffer.data(), buffer.size()); | ||||
|         ar& strip_ready; | ||||
|         ar& winding; | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue