From 79408b68c3e72c26d42f858089d97d77d58b44d9 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sun, 20 Mar 2022 13:55:07 -0300 Subject: De-tile GOB when DMA copying from block linear to pitch kind memory regions (#3207) * De-tile GOB when DMA copying from block linear to pitch kind memory regions * XML docs + nits * Remove using * No flush for regular buffer copies * Add back ulong casts, fix regression due to oversight --- Ryujinx.Graphics.Gpu/Image/TextureCache.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'Ryujinx.Graphics.Gpu/Image/TextureCache.cs') diff --git a/Ryujinx.Graphics.Gpu/Image/TextureCache.cs b/Ryujinx.Graphics.Gpu/Image/TextureCache.cs index 89ad8aa0..16248308 100644 --- a/Ryujinx.Graphics.Gpu/Image/TextureCache.cs +++ b/Ryujinx.Graphics.Gpu/Image/TextureCache.cs @@ -7,7 +7,6 @@ using Ryujinx.Graphics.Gpu.Engine.Types; using Ryujinx.Graphics.Gpu.Image; using Ryujinx.Graphics.Gpu.Memory; using Ryujinx.Graphics.Texture; -using Ryujinx.Memory; using Ryujinx.Memory.Range; using System; using System.Collections.Generic; -- cgit v1.2.3