aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Common/Configuration/GraphicsDebugLevel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Common/Configuration/GraphicsDebugLevel.cs')
-rw-r--r--src/Ryujinx.Common/Configuration/GraphicsDebugLevel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Common/Configuration/GraphicsDebugLevel.cs b/src/Ryujinx.Common/Configuration/GraphicsDebugLevel.cs
index ad12302a..dfe28405 100644
--- a/src/Ryujinx.Common/Configuration/GraphicsDebugLevel.cs
+++ b/src/Ryujinx.Common/Configuration/GraphicsDebugLevel.cs
@@ -9,6 +9,6 @@ namespace Ryujinx.Common.Configuration
None,
Error,
Slowdowns,
- All
+ All,
}
}