aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/Configuration/GraphicsDebugLevel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Common/Configuration/GraphicsDebugLevel.cs')
-rw-r--r--Ryujinx.Common/Configuration/GraphicsDebugLevel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Common/Configuration/GraphicsDebugLevel.cs b/Ryujinx.Common/Configuration/GraphicsDebugLevel.cs
index 1bef4a7e..556af689 100644
--- a/Ryujinx.Common/Configuration/GraphicsDebugLevel.cs
+++ b/Ryujinx.Common/Configuration/GraphicsDebugLevel.cs
@@ -4,7 +4,7 @@ namespace Ryujinx.Common.Configuration
{
None,
Error,
- Performance,
+ Slowdowns,
All
}
}