mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	logging: Add WebService as a log cateogry.
This commit is contained in:
		
							parent
							
								
									0f1ae781d0
								
							
						
					
					
						commit
						f7a9d42592
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		|  | @ -73,7 +73,8 @@ namespace Log { | |||
|     SUB(Audio, Sink)                                                                               \ | ||||
|     CLS(Input)                                                                                     \ | ||||
|     CLS(Network)                                                                                   \ | ||||
|     CLS(Loader) | ||||
|     CLS(Loader)                                                                                    \ | ||||
|     CLS(WebService) | ||||
| 
 | ||||
| // GetClassName is a macro defined by Windows.h, grrr...
 | ||||
| const char* GetLogClassName(Class log_class) { | ||||
|  |  | |||
|  | @ -91,6 +91,7 @@ enum class Class : ClassType { | |||
|     Loader,            ///< ROM loader
 | ||||
|     Input,             ///< Input emulation
 | ||||
|     Network,           ///< Network emulation
 | ||||
|     WebService,        ///< Interface to Citra Web Services
 | ||||
|     Count              ///< Total number of logging classes
 | ||||
| }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue