mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	FS: add missing MediaType
This commit is contained in:
		
							parent
							
								
									5af117e00c
								
							
						
					
					
						commit
						b25f19ac26
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -37,7 +37,7 @@ enum class ArchiveIdCode : u32 { | |||
| }; | ||||
| 
 | ||||
| /// Media types for the archives
 | ||||
| enum class MediaType : u32 { NAND = 0, SDMC = 1 }; | ||||
| enum class MediaType : u32 { NAND = 0, SDMC = 1, GameCard = 2 }; | ||||
| 
 | ||||
| typedef u64 ArchiveHandle; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue