mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 18:00:47 -07:00
Force crop when presentation cached texture size mismatches (#2957)
This commit is contained in:
@ -21,8 +21,7 @@ namespace Ryujinx.Graphics.GAL
|
||||
bool flipY,
|
||||
bool isStretched,
|
||||
float aspectRatioX,
|
||||
float aspectRatioY
|
||||
)
|
||||
float aspectRatioY)
|
||||
{
|
||||
Left = left;
|
||||
Right = right;
|
||||
|
Reference in New Issue
Block a user