Change GPU errors to debug and reduce log messages

This commit is contained in:
gdkchan
2020-01-09 02:13:00 +01:00
committed by Thog
parent bacb278dc1
commit 80ff2eab29
8 changed files with 26 additions and 25 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ namespace Ryujinx.Graphics.OpenGL
switch (type)
{
case DebugType.DebugTypeError:
Logger.PrintError(LogClass.Gpu, fullMessage);
Logger.PrintDebug(LogClass.Gpu, fullMessage);
break;
case DebugType.DebugTypePerformance:
Logger.PrintWarning(LogClass.Gpu, fullMessage);