service/ps: Implement PS:EncryptDecryptAES

This commit is contained in:
zhupengfei 2019-04-15 22:56:55 +08:00
parent 14730ed560
commit b34847d59e
No known key found for this signature in database
GPG key ID: DD129E108BD09378
6 changed files with 145 additions and 2 deletions

View file

@ -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) \