Force crop when presentation cached texture size mismatches (#2957)

This commit is contained in:
gdkchan 2021-12-31 12:00:42 -03:00 committed by GitHub
parent 86c0fff3d1
commit 96f5f66ffc
2 changed files with 24 additions and 3 deletions

View file

@ -21,8 +21,7 @@ namespace Ryujinx.Graphics.GAL
bool flipY,
bool isStretched,
float aspectRatioX,
float aspectRatioY
)
float aspectRatioY)
{
Left = left;
Right = right;