From 80ff2eab2992a3373ee79475d891ef126d67a4a2 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Mon, 30 Dec 2019 14:47:20 -0300 Subject: Change GPU errors to debug and reduce log messages --- Ryujinx.Graphics.OpenGL/Debugger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ryujinx.Graphics.OpenGL/Debugger.cs') diff --git a/Ryujinx.Graphics.OpenGL/Debugger.cs b/Ryujinx.Graphics.OpenGL/Debugger.cs index ff9fcd85..f34a5048 100644 --- a/Ryujinx.Graphics.OpenGL/Debugger.cs +++ b/Ryujinx.Graphics.OpenGL/Debugger.cs @@ -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); -- cgit v1.2.3