Formatting

This commit is contained in:
IsaacMarovitz 2024-05-11 14:29:07 -04:00
parent b55ef55ab0
commit 5495281775
No known key found for this signature in database
GPG key ID: 7B138C0A9A1D297E

View file

@ -798,7 +798,7 @@ namespace Ryujinx.Graphics.OpenGL
} }
#pragma warning restore CS0612 // Type or member is obsolete #pragma warning restore CS0612 // Type or member is obsolete
#pragma warning restore CS0618 // Type or member is obsolete #pragma warning restore CS0618 // Type or member is obsolete
public void SetBlendState(AdvancedBlendDescriptor blend) public void SetBlendState(AdvancedBlendDescriptor blend)
{ {
if (_gd.Capabilities.SupportsBlendEquationAdvanced) if (_gd.Capabilities.SupportsBlendEquationAdvanced)