diff options
author | gdkchan <gab.dark.100@gmail.com> | 2022-03-20 13:55:07 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-20 13:55:07 -0300 |
commit | 79408b68c3e72c26d42f858089d97d77d58b44d9 (patch) | |
tree | 9aaa12a877030dc17b4333eefe886be7fb8eb820 /Ryujinx.Graphics.Gpu/Image/TextureCache.cs | |
parent | d461d4f68bf64f008336845ae8a25af4f69ec9ed (diff) |
De-tile GOB when DMA copying from block linear to pitch kind memory regions (#3207)1.1.80
* 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
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Image/TextureCache.cs')
-rw-r--r-- | Ryujinx.Graphics.Gpu/Image/TextureCache.cs | 1 |
1 files changed, 0 insertions, 1 deletions
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; |