summaryrefslogtreecommitdiffstats
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-07 08:41:43 +0200
committerLioncash <mathew1800@gmail.com>2018-08-07 09:14:03 +0200
commit45bc449ff940879f556d191f51c0db705fe6634f (patch)
tree5e8b30d0092ac74365b55c3acf869dc04bfc9a30 /src/common/logging/log.h
parentMerge pull request #931 from DarkLordZach/nca-as-drd (diff)
downloadyuzu-45bc449ff940879f556d191f51c0db705fe6634f.tar
yuzu-45bc449ff940879f556d191f51c0db705fe6634f.tar.gz
yuzu-45bc449ff940879f556d191f51c0db705fe6634f.tar.bz2
yuzu-45bc449ff940879f556d191f51c0db705fe6634f.tar.lz
yuzu-45bc449ff940879f556d191f51c0db705fe6634f.tar.xz
yuzu-45bc449ff940879f556d191f51c0db705fe6634f.tar.zst
yuzu-45bc449ff940879f556d191f51c0db705fe6634f.zip
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 7ab5277ea..a889ebefa 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -87,6 +87,7 @@ enum class Class : ClassType {
Service_SPL, ///< The SPL service
Service_SSL, ///< The SSL service
Service_Time, ///< The time service
+ Service_USB, ///< The USB (Universal Serial Bus) service
Service_VI, ///< The VI (Video interface) service
Service_WLAN, ///< The WLAN (Wireless local area network) service
HW, ///< Low-level hardware emulation