summaryrefslogtreecommitdiff
path: root/src/common/logging
diff options
context:
space:
mode:
authorGravatar purpasmart962015-01-31 15:11:51 -0800
committerGravatar purpasmart962015-02-07 17:34:59 -0800
commit60ce36f721415a1be26eab838ed4196efd3e475f (patch)
treea59e99e485ee5ede0823fc358f49d0085c477bee /src/common/logging
parentMerge pull request #516 from lioncash/cleanup (diff)
downloadyuzu-60ce36f721415a1be26eab838ed4196efd3e475f.tar.gz
yuzu-60ce36f721415a1be26eab838ed4196efd3e475f.tar.xz
yuzu-60ce36f721415a1be26eab838ed4196efd3e475f.zip
Services: Stub some functions
Diffstat (limited to 'src/common/logging')
-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 3d94bf0d9..af931a7e8 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -57,6 +57,7 @@ enum class Class : ClassType {
57 Service_GSP, ///< The GSP (GPU control) service 57 Service_GSP, ///< The GSP (GPU control) service
58 Service_AC, ///< The AC (WiFi status) service 58 Service_AC, ///< The AC (WiFi status) service
59 Service_PTM, ///< The PTM (Power status & misc.) service 59 Service_PTM, ///< The PTM (Power status & misc.) service
60 Service_LDR, ///< The LDR (3ds dll loader) service
60 Service_CFG, ///< The CFG (Configuration) service 61 Service_CFG, ///< The CFG (Configuration) service
61 Service_DSP, ///< The DSP (DSP control) service 62 Service_DSP, ///< The DSP (DSP control) service
62 Service_HID, ///< The HID (User input) service 63 Service_HID, ///< The HID (User input) service