diff options
| author | bunnei <bunneidev@gmail.com> | 2018-02-04 16:58:12 -0500 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2018-02-04 16:58:12 -0500 |
| commit | 65cfe09b62d992eee0f7ddafd4151fb17e628e4f (patch) | |
| tree | e48d94b4b7740114f1547ce616c864a06afe48a9 /src/common/logging/log.h | |
| parent | a947f16b639c6fa866d690792fff01c711daa2bb (diff) | |
logger: Add AM service logging category.
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 46a522ed9..72e4f2ef7 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -50,6 +50,7 @@ enum class Class : ClassType { Service, ///< HLE implementation of system services. Each major service /// should have its own subclass. Service_ACC, ///< The ACC (Account service) implementation + Service_AM, ///< The AM (Applet manager service) implementation Service_SM, ///< The SRV (Service Directory) implementation Service_FS, ///< The FS (Filesystem) service implementation Service_GSP, ///< The GSP (GPU control) service |
