From 212e472c9fac8253456d710e0b071579da330c0a Mon Sep 17 00:00:00 2001 From: riperiperi Date: Sun, 16 May 2021 19:43:27 +0100 Subject: Use copy dependencies for the Intel/AMD view format workaround (#2144) * This might help AMD a bit * Removal of old workaround. --- Ryujinx.Graphics.OpenGL/Renderer.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Ryujinx.Graphics.OpenGL/Renderer.cs') diff --git a/Ryujinx.Graphics.OpenGL/Renderer.cs b/Ryujinx.Graphics.OpenGL/Renderer.cs index cc8fa195..b909f792 100644 --- a/Ryujinx.Graphics.OpenGL/Renderer.cs +++ b/Ryujinx.Graphics.OpenGL/Renderer.cs @@ -97,6 +97,7 @@ namespace Ryujinx.Graphics.OpenGL HwCapabilities.SupportsAstcCompression, HwCapabilities.SupportsImageLoadFormatted, HwCapabilities.SupportsNonConstantTextureOffset, + HwCapabilities.SupportsMismatchingViewFormat, HwCapabilities.SupportsViewportSwizzle, HwCapabilities.MaximumComputeSharedMemorySize, HwCapabilities.MaximumSupportedAnisotropy, -- cgit v1.2.3