瀏覽代碼

Propagate zeta format properly (#1716)

gdkchan 5 年之前
父節點
當前提交
787e20937f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Ryujinx.Graphics.Gpu/Engine/MethodCopyTexture.cs

+ 1 - 1
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
             {