mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
* - add new abstract class `VirtualMemoryManagerBase` - rename `MemoryManagerBase` to `VirtualMemoryManagerRefCountedBase` and derive from `VirtualMemoryManagerBase` - change `AddressSpaceManager`, `HvMemoryManager`, `MemoryManager`, and `MemoryManagerHostMapped` to implement abstract members and use the inherited `void VirtualMemoryManagerBase.Read(TVirtual va, Span<byte> data)` implementation. * move property `AddressSpaceSize` up by the other properties |
||
|---|---|---|
| .. | ||
| JitCpuContext.cs | ||
| JitDiskCacheLoadState.cs | ||
| JitEngine.cs | ||
| JitExecutionContext.cs | ||
| JitMemoryAllocator.cs | ||
| JitMemoryBlock.cs | ||
| MemoryManager.cs | ||
| MemoryManagerHostMapped.cs | ||