aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/logging
diff options
context:
space:
mode:
authorGravatar bunnei <bunneidev@gmail.com>2015-02-10 18:39:37 -0500
committerGravatar bunnei <bunneidev@gmail.com>2015-02-10 18:39:37 -0500
commitca22ee32393f98ddf43286857aee84827ca64768 (patch)
tree83f4e27bfbd3f183352ab11c65f6bca86e95d2b7 /src/common/logging
parent5b735bdeeae631a8494f8dc830b99e8ee15a4639 (diff)
parent60ce36f721415a1be26eab838ed4196efd3e475f (diff)
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 897ef36b..6c5ca396 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -57,6 +57,7 @@ enum class Class : ClassType {
Service_GSP, ///< The GSP (GPU control) service
Service_AC, ///< The AC (WiFi status) service
Service_PTM, ///< The PTM (Power status & misc.) service
+ Service_LDR, ///< The LDR (3ds dll loader) service
Service_CFG, ///< The CFG (Configuration) service
Service_DSP, ///< The DSP (DSP control) service
Service_HID, ///< The HID (User input) service