From a8ba340ddef566517f197911863b127545685d5d Mon Sep 17 00:00:00 2001 From: gdkchan Date: Tue, 24 Apr 2018 15:57:39 -0300 Subject: Improved logging (#103) --- Ryujinx.Core/LogClass.cs | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 Ryujinx.Core/LogClass.cs (limited to 'Ryujinx.Core/LogClass.cs') diff --git a/Ryujinx.Core/LogClass.cs b/Ryujinx.Core/LogClass.cs deleted file mode 100644 index 014b5732..00000000 --- a/Ryujinx.Core/LogClass.cs +++ /dev/null @@ -1,38 +0,0 @@ -namespace Ryujinx.Core -{ - public enum LogClass - { - Audio, - CPU, - GPU, - Kernel, - KernelIpc, - KernelScheduler, - KernelSvc, - Loader, - Service, - ServiceAcc, - ServiceAm, - ServiceApm, - ServiceAudio, - ServiceBsd, - ServiceCaps, - ServiceFriend, - ServiceFs, - ServiceHid, - ServiceLm, - ServiceNifm, - ServiceNs, - ServiceNv, - ServicePctl, - ServicePl, - ServicePrepo, - ServiceSet, - ServiceSfdnsres, - ServiceSm, - ServiceSss, - ServiceTime, - ServiceVi, - Count, - } -} -- cgit v1.2.3