From 16d88c21fc98cd7302811e142a39d590370e182e Mon Sep 17 00:00:00 2001 From: gdk Date: Sat, 23 Nov 2019 23:24:03 -0300 Subject: Improved and simplified window texture presentation --- Ryujinx.Graphics.Gpu/Engine/Methods.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'Ryujinx.Graphics.Gpu/Engine/Methods.cs') diff --git a/Ryujinx.Graphics.Gpu/Engine/Methods.cs b/Ryujinx.Graphics.Gpu/Engine/Methods.cs index 1832a5e3..19e67993 100644 --- a/Ryujinx.Graphics.Gpu/Engine/Methods.cs +++ b/Ryujinx.Graphics.Gpu/Engine/Methods.cs @@ -76,8 +76,6 @@ namespace Ryujinx.Graphics.Gpu.Engine state.RegisterCallback(MethodOffset.UniformBufferBindFragment, UniformBufferBindFragment); } - public Image.Texture GetTexture(ulong address) => _textureManager.Find2(address); - private void UpdateState(GpuState state) { // Shaders must be the first one to be updated if modified, because -- cgit v1.2.3