diff options
| author | 2021-04-07 11:03:45 -0400 | |
|---|---|---|
| committer | 2021-04-09 00:49:47 -0400 | |
| commit | 5ce0e127daddc3683904a409f0ad496fdda4ba44 (patch) | |
| tree | 3f36f2eae00ace60b6a86c15a8ae5a78f19979aa /src/common/logging/log.h | |
| parent | vi: Update to 12.x (diff) | |
| download | yuzu-5ce0e127daddc3683904a409f0ad496fdda4ba44.tar.gz yuzu-5ce0e127daddc3683904a409f0ad496fdda4ba44.tar.xz yuzu-5ce0e127daddc3683904a409f0ad496fdda4ba44.zip | |
bgtc: Update to 12.x and implement OpenTaskService
Diffstat (limited to 'src/common/logging/log.h')
| -rw-r--r-- | src/common/logging/log.h | 1 |
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 |