From 787e20937fc29884e94497d2ab993ca6cdae7dc6 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Mon, 16 Nov 2020 05:37:16 -0300 Subject: [PATCH] Propagate zeta format properly (#1716) --- Ryujinx.Graphics.Gpu/Engine/MethodCopyTexture.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx.Graphics.Gpu/Engine/MethodCopyTexture.cs b/Ryujinx.Graphics.Gpu/Engine/MethodCopyTexture.cs index 324946fd0..430b733ee 100644 --- a/Ryujinx.Graphics.Gpu/Engine/MethodCopyTexture.cs +++ b/Ryujinx.Graphics.Gpu/Engine/MethodCopyTexture.cs @@ -57,7 +57,7 @@ namespace Ryujinx.Graphics.Gpu.Engine if (srcTexture.Format.IsDepthOrStencil()) { - dstCopyTextureFormat = srcCopyTextureFormat; + dstCopyTextureFormat = srcTexture.Info.FormatInfo; } else {