From e19193e073675158980393e8dc6b54dfe2a47c41 Mon Sep 17 00:00:00 2001 From: mageven <62494521+mageven@users.noreply.github.com> Date: Fri, 7 Aug 2020 19:00:06 +0530 Subject: Rename DebugLevel Performance to Slowdowns (#1450) --- Ryujinx.Common/Configuration/GraphicsDebugLevel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ryujinx.Common/Configuration/GraphicsDebugLevel.cs') 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 } } -- cgit v1.2.3