From 250e2084f4cc274ce8a68096f382768cfc03f0e0 Mon Sep 17 00:00:00 2001 From: Starlet Date: Sat, 2 Jun 2018 18:46:09 -0400 Subject: SMO stubs and implementations (#129) * WIP SMO stubs and implementations * fixes? * Add StorageHelper * Whoops * Compliant with review. * Remove unnecessary usings --- Ryujinx.Core/Logging/LogClass.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Ryujinx.Core/Logging/LogClass.cs') 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 -- cgit v1.2.3