Fix some nits. (part 1 of review feedback)
This commit is contained in:
parent
764e8fdde2
commit
85d0327542
3 changed files with 10 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue