From b1826ca70ed82d96ef8046126cefb28acce1bc80 Mon Sep 17 00:00:00 2001 From: Thog Date: Thu, 6 Feb 2020 04:05:19 +0100 Subject: [PATCH] Address gdk's comments --- Ryujinx.Common/Logging/LogClass.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ryujinx.Common/Logging/LogClass.cs b/Ryujinx.Common/Logging/LogClass.cs index 35049b11f0..2aa601464b 100644 --- a/Ryujinx.Common/Logging/LogClass.cs +++ b/Ryujinx.Common/Logging/LogClass.cs @@ -19,6 +19,7 @@ namespace Ryujinx.Common.Logging ServiceAm, ServiceApm, ServiceAudio, + ServiceBcat, ServiceBsd, ServiceBtm, ServiceCaps, @@ -45,7 +46,6 @@ namespace Ryujinx.Common.Logging ServiceSsl, ServiceSss, ServiceTime, - ServiceVi, - ServiceBcat + ServiceVi } } \ No newline at end of file