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.Gpu/GraphicsConfig.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Ryujinx.Graphics.Gpu/GraphicsConfig.cs') diff --git a/src/Ryujinx.Graphics.Gpu/GraphicsConfig.cs b/src/Ryujinx.Graphics.Gpu/GraphicsConfig.cs index 4dfb9338..fbb7399c 100644 --- a/src/Ryujinx.Graphics.Gpu/GraphicsConfig.cs +++ b/src/Ryujinx.Graphics.Gpu/GraphicsConfig.cs @@ -67,6 +67,11 @@ namespace Ryujinx.Graphics.Gpu /// Enables or disables recompression of compressed textures that are not natively supported by the host. /// public static bool EnableTextureRecompression = false; + + /// + /// Enables or disables color space passthrough, if available. + /// + public static bool EnableColorSpacePassthrough = false; } #pragma warning restore CA2211 } -- cgit v1.2.3