Change GPU errors to debug and reduce log messages
This commit is contained in:
parent
bacb278dc1
commit
80ff2eab29
8 changed files with 26 additions and 25 deletions
|
@ -347,7 +347,7 @@ namespace Ryujinx.Graphics.Gpu.Image
|
|||
{
|
||||
string texInfo = $"{Info.Target} {Info.FormatInfo.Format} {Info.Width}x{Info.Height}x{Info.DepthOrLayers} levels {Info.Levels}";
|
||||
|
||||
Logger.PrintError(LogClass.Gpu, $"Invalid ASTC texture at 0x{Info.Address:X} ({texInfo}).");
|
||||
Logger.PrintDebug(LogClass.Gpu, $"Invalid ASTC texture at 0x{Info.Address:X} ({texInfo}).");
|
||||
}
|
||||
|
||||
data = decoded;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue