From 9bfb373bdf85178ef319fa4d107ae20d0a2d4a04 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Tue, 31 Dec 2019 19:22:45 -0300 Subject: Remove more unused code --- Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'Ryujinx.Graphics.Gpu/Shader') diff --git a/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs b/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs index ad2a6037..02837cbb 100644 --- a/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs +++ b/Ryujinx.Graphics.Gpu/Shader/ShaderCache.cs @@ -308,8 +308,6 @@ namespace Ryujinx.Graphics.Gpu.Shader return Convert.ToInt32(QueryIsTextureRectangle(state, (int)stage - 1, index)); case QueryInfoName.PrimitiveTopology: return (int)GetPrimitiveTopology(); - case QueryInfoName.ViewportTransformEnable: - return Convert.ToInt32(_context.Methods.GetViewportTransformEnable(state)); } return QueryInfoCommon(info); -- cgit v1.2.3