From 15131d435021646d39d3bd7f370acf8466556eb4 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Fri, 31 Dec 2021 12:00:42 -0300 Subject: Force crop when presentation cached texture size mismatches (#2957) --- Ryujinx.Graphics.GAL/ImageCrop.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Ryujinx.Graphics.GAL') diff --git a/Ryujinx.Graphics.GAL/ImageCrop.cs b/Ryujinx.Graphics.GAL/ImageCrop.cs index ae81cfef..a7d571de 100644 --- a/Ryujinx.Graphics.GAL/ImageCrop.cs +++ b/Ryujinx.Graphics.GAL/ImageCrop.cs @@ -21,8 +21,7 @@ namespace Ryujinx.Graphics.GAL bool flipY, bool isStretched, float aspectRatioX, - float aspectRatioY - ) + float aspectRatioY) { Left = left; Right = right; -- cgit v1.2.3