From 2dd8245fa36586cfa9e80b02850e5a2aaedd5436 Mon Sep 17 00:00:00 2001 From: Andy Adshead Date: Sat, 5 Jan 2019 14:43:20 +0000 Subject: [PATCH] Apparently no alignment needed here. --- Ryujinx.Graphics/Gal/GalPipelineState.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ryujinx.Graphics/Gal/GalPipelineState.cs b/Ryujinx.Graphics/Gal/GalPipelineState.cs index 07561c5b79..8deb68b48f 100644 --- a/Ryujinx.Graphics/Gal/GalPipelineState.cs +++ b/Ryujinx.Graphics/Gal/GalPipelineState.cs @@ -116,7 +116,7 @@ ConstBufferKeys[Stage] = new long[ConstBuffersPerStage]; } - Blends = new BlendState[RenderTargetsCount]; + Blends = new BlendState[RenderTargetsCount]; ScissorTestEnabled = new bool[RenderTargetsCount]; ScissorTestY = new int[RenderTargetsCount]; @@ -124,7 +124,7 @@ ScissorTestWidth = new int[RenderTargetsCount]; ScissorTestHeight = new int[RenderTargetsCount]; - ColorMasks = new ColorMaskState[RenderTargetsCount]; + ColorMasks = new ColorMaskState[RenderTargetsCount]; } } } \ No newline at end of file