mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-12 10:37:06 +00:00
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
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue