diff options
author | Lioncash <mathew1800@gmail.com> | 2018-08-04 23:54:54 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-08-05 00:01:12 +0200 |
commit | de7295618182135e11fa968feba79b8a6b72f0b3 (patch) | |
tree | 517b07405c3d6d134e7ca6adf733b91e5e999dc9 /src/common | |
parent | Merge pull request #849 from DarkLordZach/xci (diff) | |
download | yuzu-de7295618182135e11fa968feba79b8a6b72f0b3.tar yuzu-de7295618182135e11fa968feba79b8a6b72f0b3.tar.gz yuzu-de7295618182135e11fa968feba79b8a6b72f0b3.tar.bz2 yuzu-de7295618182135e11fa968feba79b8a6b72f0b3.tar.lz yuzu-de7295618182135e11fa968feba79b8a6b72f0b3.tar.xz yuzu-de7295618182135e11fa968feba79b8a6b72f0b3.tar.zst yuzu-de7295618182135e11fa968feba79b8a6b72f0b3.zip |
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/logging/backend.cpp | 1 | ||||
-rw-r--r-- | src/common/logging/log.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 34dec06fe..816414e8d 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -168,6 +168,7 @@ void FileBackend::Write(const Entry& entry) { SUB(Service, AM) \ SUB(Service, AOC) \ SUB(Service, APM) \ + SUB(Service, ARP) \ SUB(Service, BCAT) \ SUB(Service, BPC) \ SUB(Service, BTM) \ diff --git a/src/common/logging/log.h b/src/common/logging/log.h index dd5c9e6be..7ab5277ea 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -54,6 +54,7 @@ enum class Class : ClassType { Service_AM, ///< The AM (Applet manager) service Service_AOC, ///< The AOC (AddOn Content) service Service_APM, ///< The APM (Performance) service + Service_ARP, ///< The ARP service Service_Audio, ///< The Audio (Audio control) service Service_BCAT, ///< The BCAT service Service_BPC, ///< The BPC service |