mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	hle: Stub some service calls used by the home menu. (#6675)
This commit is contained in:
		
							parent
							
								
									26e3f96983
								
							
						
					
					
						commit
						662bb9ba77
					
				
					 22 changed files with 187 additions and 22 deletions
				
			
		|  | @ -88,6 +88,7 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) { | |||
|     SUB(Service, FRD)                                                                              \ | ||||
|     SUB(Service, FS)                                                                               \ | ||||
|     SUB(Service, ERR)                                                                              \ | ||||
|     SUB(Service, ACT)                                                                              \ | ||||
|     SUB(Service, APT)                                                                              \ | ||||
|     SUB(Service, BOSS)                                                                             \ | ||||
|     SUB(Service, GSP)                                                                              \ | ||||
|  |  | |||
|  | @ -55,6 +55,7 @@ enum class Class : u8 { | |||
|     Service_FRD,     ///< The FRD (Friends) service
 | ||||
|     Service_FS,      ///< The FS (Filesystem) service implementation
 | ||||
|     Service_ERR,     ///< The ERR (Error) port implementation
 | ||||
|     Service_ACT,     ///< The ACT (Account) service
 | ||||
|     Service_APT,     ///< The APT (Applets) service
 | ||||
|     Service_BOSS,    ///< The BOSS (SpotPass) service
 | ||||
|     Service_GSP,     ///< The GSP (GPU control) service
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue