mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-09-14 05:55:43 +00:00
misc: chore: Fix object creation in Gpu project
This commit is contained in:
@@ -208,7 +208,7 @@ namespace Ryujinx.Graphics.Gpu.Engine.InlineToMemory
|
||||
}
|
||||
}
|
||||
|
||||
OffsetCalculator dstCalculator = new OffsetCalculator(
|
||||
OffsetCalculator dstCalculator = new(
|
||||
_dstWidth,
|
||||
_dstHeight,
|
||||
_dstStride,
|
||||
|
Reference in New Issue
Block a user