From 4d1579acbf60ff23f14b591db762267f93092d0c Mon Sep 17 00:00:00 2001 From: gdkchan <gab.dark.100@gmail.com> Date: Wed, 3 May 2023 21:20:12 -0300 Subject: Fix some invalid blits involving depth textures (#4723) --- src/Ryujinx.Graphics.Gpu/Image/TextureSearchFlags.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Ryujinx.Graphics.Gpu/Image/TextureSearchFlags.cs') diff --git a/src/Ryujinx.Graphics.Gpu/Image/TextureSearchFlags.cs b/src/Ryujinx.Graphics.Gpu/Image/TextureSearchFlags.cs index 890bf173..d7b99a17 100644 --- a/src/Ryujinx.Graphics.Gpu/Image/TextureSearchFlags.cs +++ b/src/Ryujinx.Graphics.Gpu/Image/TextureSearchFlags.cs @@ -11,7 +11,8 @@ namespace Ryujinx.Graphics.Gpu.Image None = 0, ForSampler = 1 << 1, ForCopy = 1 << 2, - WithUpscale = 1 << 3, - NoCreate = 1 << 4 + DepthAlias = 1 << 3, + WithUpscale = 1 << 4, + NoCreate = 1 << 5 } } \ No newline at end of file -- cgit v1.2.3-70-g09d2