diff options
author | purpasmart96 <kanzoconfigz@hotmail.com> | 2015-02-01 00:11:51 +0100 |
---|---|---|
committer | purpasmart96 <kanzoconfigz@hotmail.com> | 2015-02-08 02:34:59 +0100 |
commit | 60ce36f721415a1be26eab838ed4196efd3e475f (patch) | |
tree | a59e99e485ee5ede0823fc358f49d0085c477bee /src/common/logging/log.h | |
parent | Merge pull request #516 from lioncash/cleanup (diff) | |
download | yuzu-60ce36f721415a1be26eab838ed4196efd3e475f.tar yuzu-60ce36f721415a1be26eab838ed4196efd3e475f.tar.gz yuzu-60ce36f721415a1be26eab838ed4196efd3e475f.tar.bz2 yuzu-60ce36f721415a1be26eab838ed4196efd3e475f.tar.lz yuzu-60ce36f721415a1be26eab838ed4196efd3e475f.tar.xz yuzu-60ce36f721415a1be26eab838ed4196efd3e475f.tar.zst yuzu-60ce36f721415a1be26eab838ed4196efd3e475f.zip |
Diffstat (limited to '')
-rw-r--r-- | src/common/logging/log.h | 1 |
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 { 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 |