aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/Logging/Logger.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Common/Logging/Logger.cs')
-rw-r--r--Ryujinx.Common/Logging/Logger.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Common/Logging/Logger.cs b/Ryujinx.Common/Logging/Logger.cs
index e41eaf53..040a555b 100644
--- a/Ryujinx.Common/Logging/Logger.cs
+++ b/Ryujinx.Common/Logging/Logger.cs
@@ -94,7 +94,7 @@ namespace Ryujinx.Common.Logging
static Logger()
{
- m_EnabledClasses = new bool[Enum.GetNames(typeof(LogClass)).Length];
+ m_EnabledClasses = new bool[Enum.GetNames<LogClass>().Length];
for (int index = 0; index < m_EnabledClasses.Length; index++)
{