From 20bdea45fa7bd069537f094a8f8628e42ec537ad Mon Sep 17 00:00:00 2001 From: merry Date: Tue, 8 Feb 2022 19:01:19 +0000 Subject: [PATCH] Logging: Add GdbStub LogClass # Conflicts: # src/Ryujinx.Common/Logging/LogClass.cs --- src/Ryujinx.Common/Logging/LogClass.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Ryujinx.Common/Logging/LogClass.cs b/src/Ryujinx.Common/Logging/LogClass.cs index 1b404a06ab..0662bf0e40 100644 --- a/src/Ryujinx.Common/Logging/LogClass.cs +++ b/src/Ryujinx.Common/Logging/LogClass.cs @@ -13,6 +13,7 @@ namespace Ryujinx.Common.Logging Cpu, Emulation, FFmpeg, + GdbStub, Font, Gpu, Hid,