summaryrefslogtreecommitdiff
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorGravatar bunnei2016-04-05 23:04:35 -0400
committerGravatar bunnei2016-04-05 23:04:35 -0400
commitdccadce0742d9faee569f19450dbd7bcf7118608 (patch)
tree2a9549ada8848973a753a7c73f77a0f3f941acf3 /src/common/logging/log.h
parentMerge pull request #1643 from MerryMage/make_unique (diff)
parentfrd:u: Initial stub some functions (diff)
downloadyuzu-dccadce0742d9faee569f19450dbd7bcf7118608.tar.gz
yuzu-dccadce0742d9faee569f19450dbd7bcf7118608.tar.xz
yuzu-dccadce0742d9faee569f19450dbd7bcf7118608.zip
Merge pull request #1435 from mailwl/frd_u
frd:u: Initial stub some functions
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 4f6856f3d..b8eede3b8 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -49,6 +49,7 @@ enum class Class : ClassType {
49 Service, ///< HLE implementation of system services. Each major service 49 Service, ///< HLE implementation of system services. Each major service
50 /// should have its own subclass. 50 /// should have its own subclass.
51 Service_SRV, ///< The SRV (Service Directory) implementation 51 Service_SRV, ///< The SRV (Service Directory) implementation
52 Service_FRD, ///< The FRD (Friends) service
52 Service_FS, ///< The FS (Filesystem) service implementation 53 Service_FS, ///< The FS (Filesystem) service implementation
53 Service_ERR, ///< The ERR (Error) port implementation 54 Service_ERR, ///< The ERR (Error) port implementation
54 Service_APT, ///< The APT (Applets) service 55 Service_APT, ///< The APT (Applets) service