summaryrefslogtreecommitdiff
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorGravatar bunnei2021-04-09 10:59:27 -0700
committerGravatar GitHub2021-04-09 10:59:27 -0700
commitc34249559d4e6184a65a18d601dfcc19010df8a6 (patch)
treedb2901ffb5f6c87768f7f58a3b5e415597e6a61e /src/common/logging/log.h
parentMerge pull request #6168 from Morph1984/stub-SetNpadAnalogStickUseCenterClamp (diff)
parentns: Update to 12.x (diff)
downloadyuzu-c34249559d4e6184a65a18d601dfcc19010df8a6.tar.gz
yuzu-c34249559d4e6184a65a18d601dfcc19010df8a6.tar.xz
yuzu-c34249559d4e6184a65a18d601dfcc19010df8a6.zip
Merge pull request #6164 from Morph1984/service-update-12.x
service: Update service function tables
Diffstat (limited to 'src/common/logging/log.h')
-rw-r--r--src/common/logging/log.h1
1 files changed, 1 insertions, 0 deletions
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 {
66 Service_ARP, ///< The ARP service 66 Service_ARP, ///< The ARP service
67 Service_Audio, ///< The Audio (Audio control) service 67 Service_Audio, ///< The Audio (Audio control) service
68 Service_BCAT, ///< The BCAT service 68 Service_BCAT, ///< The BCAT service
69 Service_BGTC, ///< The BGTC (Background Task Controller) service
69 Service_BPC, ///< The BPC service 70 Service_BPC, ///< The BPC service
70 Service_BTDRV, ///< The Bluetooth driver service 71 Service_BTDRV, ///< The Bluetooth driver service
71 Service_BTM, ///< The BTM service 72 Service_BTM, ///< The BTM service