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/TextureStorage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ryujinx.Graphics.OpenGL/TextureStorage.cs') diff --git a/Ryujinx.Graphics.OpenGL/TextureStorage.cs b/Ryujinx.Graphics.OpenGL/TextureStorage.cs index ec40a487..241b4116 100644 --- a/Ryujinx.Graphics.OpenGL/TextureStorage.cs +++ b/Ryujinx.Graphics.OpenGL/TextureStorage.cs @@ -136,7 +136,7 @@ namespace Ryujinx.Graphics.OpenGL break; default: - Logger.PrintError(LogClass.Gpu, $"Invalid or unsupported texture target: {target}."); + Logger.PrintDebug(LogClass.Gpu, $"Invalid or unsupported texture target: {target}."); break; } } -- cgit v1.2.3