mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 06:40:47 -07:00
Fix DMA copy fast path line size when xCount < stride (#2942)
This commit is contained in:
@ -222,6 +222,7 @@ namespace Ryujinx.Graphics.Gpu.Engine.Dma
|
||||
target.Info.Height,
|
||||
1,
|
||||
1,
|
||||
xCount * srcBpp,
|
||||
srcStride,
|
||||
target.Info.FormatInfo.BytesPerPixel,
|
||||
srcSpan);
|
||||
|
Reference in New Issue
Block a user