diff options
| author | 2014-12-31 11:31:53 -0500 | |
|---|---|---|
| committer | 2014-12-31 11:31:53 -0500 | |
| commit | 08b6cf778da3240dc78cff748c38c1188c7e6b69 (patch) | |
| tree | f4e336af1e5cf5d72c2665470a96a9db73711ae7 /src/common/logging/backend.cpp | |
| parent | Merge pull request #375 from lioncash/uops (diff) | |
| parent | SOC_U: Preliminary implementation of sockets. (diff) | |
| download | yuzu-08b6cf778da3240dc78cff748c38c1188c7e6b69.tar.gz yuzu-08b6cf778da3240dc78cff748c38c1188c7e6b69.tar.xz yuzu-08b6cf778da3240dc78cff748c38c1188c7e6b69.zip | |
Merge pull request #265 from Subv/socu
SOC_U: Implemented some socket functions
Diffstat (limited to 'src/common/logging/backend.cpp')
| -rw-r--r-- | src/common/logging/backend.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 816d1bb55..7ac30ad50 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -39,6 +39,7 @@ static std::shared_ptr<Logger> global_logger; | |||
| 39 | SUB(Service, CFG) \ | 39 | SUB(Service, CFG) \ |
| 40 | SUB(Service, DSP) \ | 40 | SUB(Service, DSP) \ |
| 41 | SUB(Service, HID) \ | 41 | SUB(Service, HID) \ |
| 42 | SUB(Service, SOC) \ | ||
| 42 | CLS(HW) \ | 43 | CLS(HW) \ |
| 43 | SUB(HW, Memory) \ | 44 | SUB(HW, Memory) \ |
| 44 | SUB(HW, GPU) \ | 45 | SUB(HW, GPU) \ |