mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Logging: Add a Service_NS log class for the NS service.
This commit is contained in:
		
							parent
							
								
									d55a13c35d
								
							
						
					
					
						commit
						ccd0710e5b
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		|  | @ -47,6 +47,7 @@ namespace Log { | ||||||
|     SUB(Service, NDM)                                                                              \ |     SUB(Service, NDM)                                                                              \ | ||||||
|     SUB(Service, NFC)                                                                              \ |     SUB(Service, NFC)                                                                              \ | ||||||
|     SUB(Service, NIM)                                                                              \ |     SUB(Service, NIM)                                                                              \ | ||||||
|  |     SUB(Service, NS)                                                                               \ | ||||||
|     SUB(Service, NWM)                                                                              \ |     SUB(Service, NWM)                                                                              \ | ||||||
|     SUB(Service, CAM)                                                                              \ |     SUB(Service, CAM)                                                                              \ | ||||||
|     SUB(Service, CECD)                                                                             \ |     SUB(Service, CECD)                                                                             \ | ||||||
|  |  | ||||||
|  | @ -64,6 +64,7 @@ enum class Class : ClassType { | ||||||
|     Service_NDM,       ///< The NDM (Network daemon manager) service
 |     Service_NDM,       ///< The NDM (Network daemon manager) service
 | ||||||
|     Service_NFC,       ///< The NFC service
 |     Service_NFC,       ///< The NFC service
 | ||||||
|     Service_NIM,       ///< The NIM (Network interface manager) service
 |     Service_NIM,       ///< The NIM (Network interface manager) service
 | ||||||
|  |     Service_NS,        ///< The NS (Nintendo User Interface Shell) service
 | ||||||
|     Service_NWM,       ///< The NWM (Network wlan manager) service
 |     Service_NWM,       ///< The NWM (Network wlan manager) service
 | ||||||
|     Service_CAM,       ///< The CAM (Camera) service
 |     Service_CAM,       ///< The CAM (Camera) service
 | ||||||
|     Service_CECD,      ///< The CECD (StreetPass) service
 |     Service_CECD,      ///< The CECD (StreetPass) service
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue