mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-24 20:50:06 +02: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