mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-14 05:16:39 +00:00
Propagate zeta format properly (#1716)
This commit is contained in:
parent
fcc9cbf816
commit
787e20937f
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ namespace Ryujinx.Graphics.Gpu.Engine
|
||||||
|
|
||||||
if (srcTexture.Format.IsDepthOrStencil())
|
if (srcTexture.Format.IsDepthOrStencil())
|
||||||
{
|
{
|
||||||
dstCopyTextureFormat = srcCopyTextureFormat;
|
dstCopyTextureFormat = srcTexture.Info.FormatInfo;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue