diff options
author | Starlet <gpyron@mail.com> | 2018-06-02 18:46:09 -0400 |
---|---|---|
committer | gdkchan <gab.dark.100@gmail.com> | 2018-06-02 19:46:09 -0300 |
commit | 250e2084f4cc274ce8a68096f382768cfc03f0e0 (patch) | |
tree | 3fca0108b2b746a93600498564a872e6ab0a1566 /Ryujinx.Core/Logging/LogClass.cs | |
parent | f03a43fa3850b2b645f8899a775f873a3f6a1d60 (diff) |
SMO stubs and implementations (#129)
* WIP SMO stubs and implementations
* fixes?
* Add StorageHelper
* Whoops
* Compliant with review.
* Remove unnecessary usings
Diffstat (limited to 'Ryujinx.Core/Logging/LogClass.cs')
-rw-r--r-- | Ryujinx.Core/Logging/LogClass.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Ryujinx.Core/Logging/LogClass.cs b/Ryujinx.Core/Logging/LogClass.cs index 0d9801ff..d26855d0 100644 --- a/Ryujinx.Core/Logging/LogClass.cs +++ b/Ryujinx.Core/Logging/LogClass.cs @@ -23,6 +23,7 @@ namespace Ryujinx.Core.Logging ServiceHid, ServiceLm, ServiceMm, + ServiceNfp, ServiceNifm, ServiceNs, ServiceNv, @@ -32,6 +33,7 @@ namespace Ryujinx.Core.Logging ServiceSet, ServiceSfdnsres, ServiceSm, + ServiceSsl, ServiceSss, ServiceTime, ServiceVi |