diff options
author | Ac_K <Acoustik666@gmail.com> | 2020-11-19 23:56:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-20 09:56:23 +1100 |
commit | c2356a7653d46ad2e3320dfd0f7816d63f8ff1a7 (patch) | |
tree | c6d467773821aecb04d564d32bf56a94bac370fe /Ryujinx.Common/Logging/LogClass.cs | |
parent | f8f23bf8999f5e4e2ead01b797c31353267ce815 (diff) |
olsc: Add service olsc:u and stub some calls (#1734)
Diffstat (limited to 'Ryujinx.Common/Logging/LogClass.cs')
-rw-r--r-- | Ryujinx.Common/Logging/LogClass.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Common/Logging/LogClass.cs b/Ryujinx.Common/Logging/LogClass.cs index 5d7077e1..dc5bf7fe 100644 --- a/Ryujinx.Common/Logging/LogClass.cs +++ b/Ryujinx.Common/Logging/LogClass.cs @@ -42,6 +42,7 @@ namespace Ryujinx.Common.Logging ServiceNs, ServiceNsd, ServiceNv, + ServiceOlsc, ServicePctl, ServicePl, ServicePrepo, |