mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2026-03-13 06:45:50 +00:00
* chore: replace `ByteMemoryPool` usage with `MemoryOwner<byte>` * refactor: `PixelConverter.ConvertR4G4ToR4G4B4A4()` - rename old `outputSpan` to `outputSpanUInt16`, reuse same output `Span<byte>` as newly-freed name `outputSpan` * eliminate temporary buffer allocations * chore, perf: use MemoryOwner<byte> instead of IMemoryOwner<byte> |
||
|---|---|---|
| .. | ||
| DeviceMemoryManager.cs | ||
| DeviceState.cs | ||
| IDeviceState.cs | ||
| IDeviceStateWithContext.cs | ||
| ISynchronizationManager.cs | ||
| RwCallback.cs | ||
| Ryujinx.Graphics.Device.csproj | ||
| SizeCalculator.cs | ||