diff options
Diffstat (limited to 'Ryujinx.Common/Logging/LogClass.cs')
-rw-r--r-- | Ryujinx.Common/Logging/LogClass.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Ryujinx.Common/Logging/LogClass.cs b/Ryujinx.Common/Logging/LogClass.cs index aad04891..a35d01a5 100644 --- a/Ryujinx.Common/Logging/LogClass.cs +++ b/Ryujinx.Common/Logging/LogClass.cs @@ -9,12 +9,14 @@ namespace Ryujinx.Common.Logging Emulation, Gpu, Hid, + Host1x, Kernel, KernelIpc, KernelScheduler, KernelSvc, Loader, ModLoader, + Nvdec, Ptc, Service, ServiceAcc, @@ -50,6 +52,7 @@ namespace Ryujinx.Common.Logging ServiceSss, ServiceTime, ServiceVi, - SurfaceFlinger + SurfaceFlinger, + Vic } }
\ No newline at end of file |