Add new depth-stencil formats (#1284)

This commit is contained in:
gdkchan
2020-05-29 09:01:18 +10:00
committed by GitHub
parent a15b951721
commit 12cfaf56f0
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ namespace Ryujinx.Graphics.Gpu.Image
if (!FormatTable.TryGetTextureFormat(format, srgb, out FormatInfo formatInfo))
{
Logger.PrintDebug(LogClass.Gpu, $"Invalid texture format 0x{format:X} (sRGB: {srgb}).");
Logger.PrintError(LogClass.Gpu, $"Invalid texture format 0x{format:X} (sRGB: {srgb}).");
formatInfo = FormatInfo.Default;
}