diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2021-12-31 12:00:42 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-31 12:00:42 -0300 |
| commit | 15131d435021646d39d3bd7f370acf8466556eb4 (patch) | |
| tree | ad1d818e11f96f1267a056aff7b9eb0c5454d20e /Ryujinx.Graphics.GAL | |
| parent | c05c8e09d48eb36beef02fda885ec0fd36135463 (diff) | |
Force crop when presentation cached texture size mismatches (#2957)
Diffstat (limited to 'Ryujinx.Graphics.GAL')
| -rw-r--r-- | Ryujinx.Graphics.GAL/ImageCrop.cs | 3 |
1 files changed, 1 insertions, 2 deletions
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; |
