From c00d49214b15dc9d337786aa93e2bf63cf866f6e Mon Sep 17 00:00:00 2001 From: merry Date: Tue, 8 Feb 2022 19:01:19 +0000 Subject: [PATCH] Logging: Add GdbStub LogClass --- Ryujinx.Common/Logging/LogClass.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Ryujinx.Common/Logging/LogClass.cs b/Ryujinx.Common/Logging/LogClass.cs index 20c8da3f8..b87aa390b 100644 --- a/Ryujinx.Common/Logging/LogClass.cs +++ b/Ryujinx.Common/Logging/LogClass.cs @@ -10,6 +10,7 @@ namespace Ryujinx.Common.Logging Font, Emulation, FFmpeg, + GdbStub, Gpu, Hid, Host1x,