diff options
| author | jhorv <38920027+jhorv@users.noreply.github.com> | 2024-03-09 19:01:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-09 21:01:51 -0300 |
| commit | a3a63d43948b79450d1a0ee963ea4796cb3532a0 (patch) | |
| tree | b97c0c19bac9ce065fdf4acad7b0c170f7a6b1dc /src/Ryujinx.Graphics.Gpu | |
| parent | 3924bd1a4364455ab8a5747e3cb0b3000dbaa589 (diff) | |
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
Diffstat (limited to 'src/Ryujinx.Graphics.Gpu')
0 files changed, 0 insertions, 0 deletions
