mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-20 04:02:48 +01:00
73f985d27c
* 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