Fix some nits. (part 1 of review feedback)

This commit is contained in:
riperiperi
2020-05-26 23:43:03 +01:00
parent 764e8fdde2
commit 85d0327542
3 changed files with 10 additions and 4 deletions

View File

@ -64,7 +64,6 @@ namespace Ryujinx.Graphics.Texture
}
int strideTrunc = BitUtils.AlignDown(w * bytesPerPixel, 16);
int strideTrunc64 = BitUtils.AlignDown(w * bytesPerPixel, 64);
int xStart = strideTrunc / bytesPerPixel;
@ -237,7 +236,6 @@ namespace Ryujinx.Graphics.Texture
}
int strideTrunc = BitUtils.AlignDown(w * bytesPerPixel, 16);
int strideTrunc64 = BitUtils.AlignDown(w * bytesPerPixel, 64);
int xStart = strideTrunc / bytesPerPixel;