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/Multithreading/ThreadedWindow.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Ryujinx.Graphics.GAL/Multithreading/ThreadedWindow.cs') diff --git a/src/Ryujinx.Graphics.GAL/Multithreading/ThreadedWindow.cs b/src/Ryujinx.Graphics.GAL/Multithreading/ThreadedWindow.cs index 3c4d5414..4f1b795a 100644 --- a/src/Ryujinx.Graphics.GAL/Multithreading/ThreadedWindow.cs +++ b/src/Ryujinx.Graphics.GAL/Multithreading/ThreadedWindow.cs @@ -38,5 +38,7 @@ namespace Ryujinx.Graphics.GAL.Multithreading public void SetScalingFilter(ScalingFilter type) { } public void SetScalingFilterLevel(float level) { } + + public void SetColorSpacePassthrough(bool colorSpacePassthroughEnabled) { } } } -- cgit v1.2.3