diff options
author | Mark Araujo <36304206+Pixxel123@users.noreply.github.com> | 2021-04-13 20:58:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-13 21:58:47 +0200 |
commit | faa654dbaf7cd5262c78c0961a5aa72b1ce8ac33 (patch) | |
tree | f45a7f291a88a227005010f54df6e7173ca737a9 /Ryujinx.Common/Logging/LogClass.cs | |
parent | 90163087a0a0e3a472556c3fe1a363bdc9703596 (diff) |
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
Diffstat (limited to 'Ryujinx.Common/Logging/LogClass.cs')
-rw-r--r-- | Ryujinx.Common/Logging/LogClass.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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, |