Fix DMA copy fast path line size when xCount < stride (#2942)

This commit is contained in:
gdkchan 2021-12-26 13:05:26 -03:00 committed by GitHub
parent 10005511ac
commit a891dc2e34
3 changed files with 4 additions and 1 deletions

View file

@ -760,6 +760,7 @@ namespace Ryujinx.Graphics.Gpu.Image
Info.FormatInfo.BlockWidth,
Info.FormatInfo.BlockHeight,
Info.Stride,
Info.Stride,
Info.FormatInfo.BytesPerPixel,
data);
}