summaryrefslogtreecommitdiff
path: root/src/common/logging
diff options
context:
space:
mode:
authorGravatar bunnei2015-02-10 18:39:37 -0500
committerGravatar bunnei2015-02-10 18:39:37 -0500
commitca22ee32393f98ddf43286857aee84827ca64768 (patch)
tree83f4e27bfbd3f183352ab11c65f6bca86e95d2b7 /src/common/logging
parentMerge pull request #556 from lioncash/clean (diff)
parentServices: Stub some functions (diff)
downloadyuzu-ca22ee32393f98ddf43286857aee84827ca64768.tar.gz
yuzu-ca22ee32393f98ddf43286857aee84827ca64768.tar.xz
yuzu-ca22ee32393f98ddf43286857aee84827ca64768.zip
Merge pull request #526 from purpasmart96/citra_stubs
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 897ef36b8..6c5ca3968 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