mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-28 01:22:55 +00:00
Support inline index buffer data (#1351)
* Support inline index buffer data * Sort usings
This commit is contained in:
@@ -74,7 +74,7 @@ namespace Ryujinx.Graphics.Gpu.Engine
|
||||
|
||||
if (_isLinear && _params.LineCount == 1)
|
||||
{
|
||||
ulong address = _context.MemoryManager.Translate( _params.DstAddress.Pack());
|
||||
ulong address = _context.MemoryManager.Translate(_params.DstAddress.Pack());
|
||||
|
||||
_context.PhysicalMemory.Write(address, data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user