mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 01:17:11 +02:00
Support inline index buffer data (#1351)
* Support inline index buffer data * Sort usings
This commit is contained in:
parent
e11871eaa5
commit
09d7cca4c8
5 changed files with 146 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue