From b18ef8e3a00980595f45c7fe184dcb160dcc3cb9 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sun, 29 Mar 2020 09:48:39 -0300 Subject: Workaround for AMD and Intel view format bug (#1050) * Workaround for Intel view format bug * Dispose of the intermmediate texture aswell * Apply workaround on AMD aswell --- 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 f34a5048..ff9fcd85 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.PrintDebug(LogClass.Gpu, fullMessage); + Logger.PrintError(LogClass.Gpu, fullMessage); break; case DebugType.DebugTypePerformance: Logger.PrintWarning(LogClass.Gpu, fullMessage); -- cgit v1.2.3