Explorar o código

Propagate zeta format properly (#1716)

gdkchan %!s(int64=5) %!d(string=hai) anos
pai
achega
787e20937f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
             {