aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/Logging/LogClass.cs
diff options
context:
space:
mode:
authormerry <git@mary.rs>2023-01-09 03:32:20 +0000
committerGitHub <noreply@github.com>2023-01-09 04:32:20 +0100
commit492056abf6c97696075f16101009aa463c319832 (patch)
tree1f0fdfae33fdcf86afb2c90e9c8a22075889959e /Ryujinx.Common/Logging/LogClass.cs
parentee6e682ab426fb9d1b15e0df73d9c1e26c4cc4b3 (diff)
Ava: Make Avalonia use our logging system (#4231)1.1.523
* Ava: Make Avalonia use our logging system * LoggerAdapter: Address review comments * Update Ryujinx.Common/Logging/LogClass.cs Co-authored-by: Ac_K <Acoustik666@gmail.com>
Diffstat (limited to 'Ryujinx.Common/Logging/LogClass.cs')
-rw-r--r--Ryujinx.Common/Logging/LogClass.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Ryujinx.Common/Logging/LogClass.cs b/Ryujinx.Common/Logging/LogClass.cs
index 2e936fc7..7e53c972 100644
--- a/Ryujinx.Common/Logging/LogClass.cs
+++ b/Ryujinx.Common/Logging/LogClass.cs
@@ -7,9 +7,9 @@ namespace Ryujinx.Common.Logging
AudioRenderer,
Configuration,
Cpu,
- Font,
Emulation,
FFmpeg,
+ Font,
Gpu,
Hid,
Host1x,
@@ -66,6 +66,7 @@ namespace Ryujinx.Common.Logging
ServiceVi,
SurfaceFlinger,
TamperMachine,
+ Ui,
Vic
}
} \ No newline at end of file