diff options
author | mageven <62494521+mageven@users.noreply.github.com> | 2020-08-07 19:00:06 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 15:30:06 +0200 |
commit | e19193e073675158980393e8dc6b54dfe2a47c41 (patch) | |
tree | ba3ebed0732db3a3c7eba35a34f33e073d0bead8 /Ryujinx.Common/Configuration/GraphicsDebugLevel.cs | |
parent | 157ad3f54f6f8b16f9bf4004d3dc954197eaf66a (diff) |
Rename DebugLevel Performance to Slowdowns (#1450)
Diffstat (limited to 'Ryujinx.Common/Configuration/GraphicsDebugLevel.cs')
-rw-r--r-- | Ryujinx.Common/Configuration/GraphicsDebugLevel.cs | 2 |
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 } } |