mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-28 07:12:21 -05:00
Implement color space passthrough option (#5531)
Co-authored-by: jcm <butt@butts.com>
This commit is contained in:
@@ -13,5 +13,6 @@ namespace Ryujinx.Graphics.GAL
|
||||
void SetAntiAliasing(AntiAliasing antialiasing);
|
||||
void SetScalingFilter(ScalingFilter type);
|
||||
void SetScalingFilterLevel(float level);
|
||||
void SetColorSpacePassthrough(bool colorSpacePassThroughEnabled);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,5 +38,7 @@ namespace Ryujinx.Graphics.GAL.Multithreading
|
||||
public void SetScalingFilter(ScalingFilter type) { }
|
||||
|
||||
public void SetScalingFilterLevel(float level) { }
|
||||
|
||||
public void SetColorSpacePassthrough(bool colorSpacePassthroughEnabled) { }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user