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 {