mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 04:02:24 -07:00
reset viewport before blit
This commit is contained in:
@@ -416,11 +416,6 @@ namespace Ryujinx.Graphics.Metal
|
||||
{
|
||||
int maxScissors = Math.Min(regions.Length, _currentState.Viewports.Length);
|
||||
|
||||
if (maxScissors == 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
_currentState.Scissors = new MTLScissorRect[maxScissors];
|
||||
|
||||
for (int i = 0; i < maxScissors; i++)
|
||||
|
Reference in New Issue
Block a user