Rename DebugLevel Performance to Slowdowns (#1450)

This commit is contained in:
mageven 2020-08-07 19:00:06 +05:30 committed by GitHub
parent 286b76d041
commit 81041a1c3b
3 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@ namespace Ryujinx.Common.Configuration
{
None,
Error,
Performance,
Slowdowns,
All
}
}