mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2026-01-15 11:38:46 +00:00
* refactor(perf): pass MemoryOwner<byte> around as itself rather than IMemoryOwner<byte> * fix(perf): get span via MemoryOwner<byte>.Span property instead of through Memory property * fix: incorrect comment change