mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 15:02:24 -07:00
Implement color space passthrough option (#5531)
Co-authored-by: jcm <butt@butts.com>
This commit is contained in:
@@ -307,6 +307,8 @@ namespace Ryujinx.Graphics.OpenGL
|
||||
_updateScalingFilter = true;
|
||||
}
|
||||
|
||||
public void SetColorSpacePassthrough(bool colorSpacePassthroughEnabled) { }
|
||||
|
||||
private void UpdateEffect()
|
||||
{
|
||||
if (_updateEffect)
|
||||
|
Reference in New Issue
Block a user