mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 22:00:05 +00:00 
			
		
		
		
	frontend/applets: misc fixes
* Renamed applet to applets * Added log classes Applet and Applet.SWKBD * Fixes to get it compile
This commit is contained in:
		
							parent
							
								
									caacefcc2e
								
							
						
					
					
						commit
						18664c719e
					
				
					 9 changed files with 147 additions and 50 deletions
				
			
		|  | @ -158,6 +158,8 @@ void FileBackend::Write(const Entry& entry) { | |||
|     SUB(Debug, GDBStub)                                                                            \ | ||||
|     CLS(Kernel)                                                                                    \ | ||||
|     SUB(Kernel, SVC)                                                                               \ | ||||
|     CLS(Applet)                                                                                    \ | ||||
|     SUB(Applet, SWKBD)                                                                             \ | ||||
|     CLS(Service)                                                                                   \ | ||||
|     SUB(Service, SRV)                                                                              \ | ||||
|     SUB(Service, FRD)                                                                              \ | ||||
|  |  | |||
|  | @ -48,6 +48,9 @@ enum class Class : ClassType { | |||
|     Debug_GDBStub,     ///< GDB Stub
 | ||||
|     Kernel,            ///< The HLE implementation of the CTR kernel
 | ||||
|     Kernel_SVC,        ///< Kernel system calls
 | ||||
|     Applet,            ///< HLE implementation of system applets. Each applet
 | ||||
|                        ///  should have its own subclass.
 | ||||
|     Applet_SWKBD,      ///< The Software Keyboard applet
 | ||||
|     Service,           ///< HLE implementation of system services. Each major service
 | ||||
|                        ///  should have its own subclass.
 | ||||
|     Service_SRV,       ///< The SRV (Service Directory) implementation
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue