diff options
author | gdkchan <gab.dark.100@gmail.com> | 2019-12-30 14:47:20 -0300 |
---|---|---|
committer | Thog <thog@protonmail.com> | 2020-01-09 02:13:00 +0100 |
commit | 80ff2eab2992a3373ee79475d891ef126d67a4a2 (patch) | |
tree | 2b017ca36d848da46a731df1b883c2bc6fd7225a /Ryujinx.Graphics.OpenGL/TextureStorage.cs | |
parent | bacb278dc11292a9a851669a9056b9ea5bb77f3a (diff) |
Change GPU errors to debug and reduce log messages
Diffstat (limited to 'Ryujinx.Graphics.OpenGL/TextureStorage.cs')
-rw-r--r-- | Ryujinx.Graphics.OpenGL/TextureStorage.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |