mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	fixed a typo in declaration of meta file system
This commit is contained in:
		
							parent
							
								
									e0cb54ea35
								
							
						
					
					
						commit
						8a95dd3f11
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -29,8 +29,8 @@ | |||
| 
 | ||||
| namespace System { | ||||
| 
 | ||||
| extern volatile State g_state; | ||||
| extern MetaFileSystem g_ctr_file_system; | ||||
| volatile State g_state; | ||||
| MetaFileSystem g_ctr_file_system; | ||||
| 
 | ||||
| void UpdateState(State state) { | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue