diff options
author | Lioncash <mathew1800@gmail.com> | 2018-08-01 21:59:22 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-08-01 23:31:27 -0400 |
commit | 5233040ab480f0d0ace929247646d9eba6e77f9f (patch) | |
tree | 69af92737db3933b51eff0972c41ccfb4cfb38a8 /src/common/logging/backend.cpp | |
parent | 746d7d4d280d87606d5033ca28b05261435b927d (diff) |
service: Add psc services
Adds the basic skeleton for the psc services based off the information
provided by Switch Brew.
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 d6714587ce..43561d6071 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -192,6 +192,7 @@ void FileBackend::Write(const Entry& entry) { SUB(Service, PCTL) \ SUB(Service, PCV) \ SUB(Service, PREPO) \ + SUB(Service, PSC) \ SUB(Service, SET) \ SUB(Service, SM) \ SUB(Service, SPL) \ |