mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Added boost serialization
This commit is contained in:
		
							parent
							
								
									f106e76132
								
							
						
					
					
						commit
						6940c99ed6
					
				
					 8 changed files with 89 additions and 3 deletions
				
			
		
							
								
								
									
										11
									
								
								src/common/archives.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								src/common/archives.h
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | |||
| #include "boost/archive/binary_iarchive.hpp" | ||||
| #include "boost/archive/binary_oarchive.hpp" | ||||
| 
 | ||||
| #define SERIALIZE_IMPL(A) template void A::serialize<boost::archive::binary_iarchive>( \ | ||||
|     boost::archive::binary_iarchive & ar, \ | ||||
|     const unsigned int file_version \ | ||||
| ); \ | ||||
| template void A::serialize<boost::archive::binary_oarchive>( \ | ||||
|     boost::archive::binary_oarchive & ar, \ | ||||
|     const unsigned int file_version \ | ||||
| ); | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue