0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2024-12-23 09:15:46 +00:00
Ryujinx/src/Ryujinx.Cpu/Jit
jhorv a3a63d4394
Refactor memory managers to a common base class, consolidate Read() method logic (#6360)
* - 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
2024-03-09 21:01:51 -03:00
..
JitCpuContext.cs Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
JitDiskCacheLoadState.cs [Ryujinx.Cpu] Address dotnet-format issues (#5365) 2023-07-01 02:18:52 +00:00
JitEngine.cs [Ryujinx.Cpu] Address dotnet-format issues (#5365) 2023-07-01 02:18:52 +00:00
JitExecutionContext.cs [Ryujinx.Cpu] Address dotnet-format issues (#5365) 2023-07-01 02:18:52 +00:00
JitMemoryAllocator.cs Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
JitMemoryBlock.cs Implement a new JIT for Arm devices (#6057) 2024-01-20 11:11:28 -03:00
MemoryManager.cs Refactor memory managers to a common base class, consolidate Read() method logic (#6360) 2024-03-09 21:01:51 -03:00
MemoryManagerHostMapped.cs Refactor memory managers to a common base class, consolidate Read() method logic (#6360) 2024-03-09 21:01:51 -03:00