mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	service/ps: Implement PS:EncryptDecryptAES
This commit is contained in:
		
							parent
							
								
									14730ed560
								
							
						
					
					
						commit
						b34847d59e
					
				
					 6 changed files with 145 additions and 2 deletions
				
			
		|  | @ -196,6 +196,7 @@ void DebuggerBackend::Write(const Entry& entry) { | |||
|     SUB(Service, SOC)                                                                              \ | ||||
|     SUB(Service, IR)                                                                               \ | ||||
|     SUB(Service, Y2R)                                                                              \ | ||||
|     SUB(Service, PS)                                                                               \ | ||||
|     CLS(HW)                                                                                        \ | ||||
|     SUB(HW, Memory)                                                                                \ | ||||
|     SUB(HW, LCD)                                                                                   \ | ||||
|  |  | |||
|  | @ -82,6 +82,7 @@ enum class Class : ClassType { | |||
|     Service_SOC,       ///< The SOC (Socket) service
 | ||||
|     Service_IR,        ///< The IR service
 | ||||
|     Service_Y2R,       ///< The Y2R (YUV to RGB conversion) service
 | ||||
|     Service_PS,        ///< The PS (Process) service
 | ||||
|     HW,                ///< Low-level hardware emulation
 | ||||
|     HW_Memory,         ///< Memory-map and address translation
 | ||||
|     HW_LCD,            ///< LCD register emulation
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue