From faa654dbaf7cd5262c78c0961a5aa72b1ce8ac33 Mon Sep 17 00:00:00 2001 From: Mark Araujo <36304206+Pixxel123@users.noreply.github.com> Date: Tue, 13 Apr 2021 20:58:47 +0100 Subject: Improves logging to console. (#2146) * Restore removed text * Adds more items to logs: - Remove #1942 * Further removal of changes from #1942 * Removes hardcoded config state variables for logging - Adds Configuration logging * Decoupled logging from ReactiveObject - Event handler added to Configuration state to handle logging of value changes * Decoupled logging from ReactiveObject - Event handler added to Configuration state to handle logging of value changes --- Ryujinx.Common/Logging/LogClass.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Ryujinx.Common/Logging/LogClass.cs') diff --git a/Ryujinx.Common/Logging/LogClass.cs b/Ryujinx.Common/Logging/LogClass.cs index a6d9435e..1597805c 100644 --- a/Ryujinx.Common/Logging/LogClass.cs +++ b/Ryujinx.Common/Logging/LogClass.cs @@ -5,6 +5,7 @@ namespace Ryujinx.Common.Logging Application, Audio, AudioRenderer, + Configuration, Cpu, Font, Emulation, -- cgit v1.2.3-70-g09d2