diff options
author | bunnei <bunneidev@gmail.com> | 2021-04-09 19:59:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 19:59:27 +0200 |
commit | c34249559d4e6184a65a18d601dfcc19010df8a6 (patch) | |
tree | db2901ffb5f6c87768f7f58a3b5e415597e6a61e /src/common | |
parent | Merge pull request #6168 from Morph1984/stub-SetNpadAnalogStickUseCenterClamp (diff) | |
parent | ns: Update to 12.x (diff) | |
download | yuzu-c34249559d4e6184a65a18d601dfcc19010df8a6.tar yuzu-c34249559d4e6184a65a18d601dfcc19010df8a6.tar.gz yuzu-c34249559d4e6184a65a18d601dfcc19010df8a6.tar.bz2 yuzu-c34249559d4e6184a65a18d601dfcc19010df8a6.tar.lz yuzu-c34249559d4e6184a65a18d601dfcc19010df8a6.tar.xz yuzu-c34249559d4e6184a65a18d601dfcc19010df8a6.tar.zst yuzu-c34249559d4e6184a65a18d601dfcc19010df8a6.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 2d4d2e9e7..4575df24d 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -212,6 +212,7 @@ void DebuggerBackend::Write(const Entry& entry) { SUB(Service, ARP) \ SUB(Service, BCAT) \ SUB(Service, BPC) \ + SUB(Service, BGTC) \ SUB(Service, BTDRV) \ SUB(Service, BTM) \ SUB(Service, Capture) \ diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 835894918..3d7b7dab7 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -66,6 +66,7 @@ enum class Class : ClassType { Service_ARP, ///< The ARP service Service_Audio, ///< The Audio (Audio control) service Service_BCAT, ///< The BCAT service + Service_BGTC, ///< The BGTC (Background Task Controller) service Service_BPC, ///< The BPC service Service_BTDRV, ///< The Bluetooth driver service Service_BTM, ///< The BTM service |