Change GPU errors to debug and reduce log messages

This commit is contained in:
gdkchan 2019-12-30 14:47:20 -03:00 committed by Thog
parent bacb278dc1
commit 80ff2eab29
8 changed files with 26 additions and 25 deletions

View file

@ -157,7 +157,7 @@ namespace Ryujinx.Graphics.Gpu.Image
if (!FormatTable.TryGetTextureFormat(format, srgb, out FormatInfo formatInfo))
{
Logger.PrintError(LogClass.Gpu, $"Invalid texture format 0x{format:X} (sRGB: {srgb}).");
Logger.PrintDebug(LogClass.Gpu, $"Invalid texture format 0x{format:X} (sRGB: {srgb}).");
formatInfo = FormatInfo.Default;
}