mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	replace tabs with spaces
This commit is contained in:
		
							parent
							
								
									f6c328cf37
								
							
						
					
					
						commit
						7ea7585898
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		|  | @ -19,15 +19,15 @@ namespace HLE { | |||
| typedef void (*Func)(); | ||||
| 
 | ||||
| struct FunctionDef { | ||||
| 	u32                 id; | ||||
| 	Func                func; | ||||
| 	std::string         name; | ||||
|     u32                 id; | ||||
|     Func                func; | ||||
|     std::string         name; | ||||
| }; | ||||
| 
 | ||||
| struct ModuleDef { | ||||
| 	std::string         name; | ||||
| 	int                 num_funcs; | ||||
| 	const FunctionDef*  func_table; | ||||
|     std::string         name; | ||||
|     int                 num_funcs; | ||||
|     const FunctionDef*  func_table; | ||||
| }; | ||||
| 
 | ||||
| void RegisterModule(std::string name, int num_functions, const FunctionDef *func_table); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue