mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-11-04 12:34:39 +08:00 
			
		
		
		
	fixed a typo in declaration of meta file system
This commit is contained in:
		
							parent
							
								
									e0cb54ea35
								
							
						
					
					
						commit
						8a95dd3f11
					
				@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user