mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-26 15:49:57 -06:00
Propagate zeta format properly (#1716)
This commit is contained in:
@ -57,7 +57,7 @@ namespace Ryujinx.Graphics.Gpu.Engine
|
||||
|
||||
if (srcTexture.Format.IsDepthOrStencil())
|
||||
{
|
||||
dstCopyTextureFormat = srcCopyTextureFormat;
|
||||
dstCopyTextureFormat = srcTexture.Info.FormatInfo;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user