summaryrefslogtreecommitdiff
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorGravatar bunnei2015-02-23 01:23:15 -0500
committerGravatar bunnei2015-02-23 01:23:15 -0500
commit50a0c4f14fc0c6df4db63a5593c6ff477736034c (patch)
tree3ec4860e931eb307faf6cdd06504a82baad95e00 /src/common/logging/log.h
parentMerge pull request #598 from Subv/dpt (diff)
parentAdded information reporting from ThrowFatalError (diff)
downloadyuzu-50a0c4f14fc0c6df4db63a5593c6ff477736034c.tar.gz
yuzu-50a0c4f14fc0c6df4db63a5593c6ff477736034c.tar.xz
yuzu-50a0c4f14fc0c6df4db63a5593c6ff477736034c.zip
Merge pull request #581 from archshift/tfe
Added information reporting from ThrowFatalError
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 6c5ca3968..7b67b3c07 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -53,6 +53,7 @@ enum class Class : ClassType {
53 /// should have its own subclass. 53 /// should have its own subclass.
54 Service_SRV, ///< The SRV (Service Directory) implementation 54 Service_SRV, ///< The SRV (Service Directory) implementation
55 Service_FS, ///< The FS (Filesystem) service implementation 55 Service_FS, ///< The FS (Filesystem) service implementation
56 Service_ERR, ///< The ERR (Error) port implementation
56 Service_APT, ///< The APT (Applets) service 57 Service_APT, ///< The APT (Applets) service
57 Service_GSP, ///< The GSP (GPU control) service 58 Service_GSP, ///< The GSP (GPU control) service
58 Service_AC, ///< The AC (WiFi status) service 59 Service_AC, ///< The AC (WiFi status) service