From 773e239db7ceb2c55aa15f9787add4430edcdfcf Mon Sep 17 00:00:00 2001 From: jcm Date: Mon, 7 Aug 2023 11:54:05 -0600 Subject: Implement color space passthrough option (#5531) Co-authored-by: jcm --- src/Ryujinx.Graphics.GAL/IWindow.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Ryujinx.Graphics.GAL/IWindow.cs') diff --git a/src/Ryujinx.Graphics.GAL/IWindow.cs b/src/Ryujinx.Graphics.GAL/IWindow.cs index 1221d685..83418e70 100644 --- a/src/Ryujinx.Graphics.GAL/IWindow.cs +++ b/src/Ryujinx.Graphics.GAL/IWindow.cs @@ -13,5 +13,6 @@ namespace Ryujinx.Graphics.GAL void SetAntiAliasing(AntiAliasing antialiasing); void SetScalingFilter(ScalingFilter type); void SetScalingFilterLevel(float level); + void SetColorSpacePassthrough(bool colorSpacePassThroughEnabled); } } -- cgit v1.2.3