Ver Fonte

Propagate zeta format properly (#1716)

gdkchan há 5 anos atrás
pai
commit
787e20937f
1 ficheiros alterados com 1 adições e 1 exclusões
  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
             {