mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Archives: Added some documentation to IVFCArchive
This commit is contained in:
		
							parent
							
								
									aade417b14
								
							
						
					
					
						commit
						2f9a2d410d
					
				@ -16,6 +16,11 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
namespace FileSys {
 | 
					namespace FileSys {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * Helper which implements an interface to deal with IVFC images used in some archives
 | 
				
			||||||
 | 
					 * This should be subclassed by concrete archive types, which will provide the
 | 
				
			||||||
 | 
					 * input data (load the raw IVFC archive) and override any required methods
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
class IVFCArchive : public ArchiveBackend {
 | 
					class IVFCArchive : public ArchiveBackend {
 | 
				
			||||||
public:
 | 
					public:
 | 
				
			||||||
    IVFCArchive();
 | 
					    IVFCArchive();
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user