aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Cpu/AppleHv/HvMemoryManager.cs
AgeCommit message (Expand)Author
2024-03-14Separate guest/host tracking + unaligned protection (#6486)1.1.1229riperiperi
2024-03-09Refactor memory managers to a common base class, consolidate Read() method lo...1.1.1222jhorv
2024-01-13Revert Apple hypervisor force ordered memory change (#6068)1.1.1109gdkchan
2023-11-07Force all exclusive memory accesses to be ordered on AppleHv (#5898)1.1.1072gdkchan
2023-09-26Add VTimer as alternative interrupt method on Apple Hypervisor (#5663)1.1.1028gdkchan
2023-07-01[Ryujinx.Cpu] Address dotnet-format issues (#5365)1.1.944TSRBerry
2023-05-05GPU: Remove CPU region handle containers (#4817)1.1.760riperiperi
2023-04-27Move solution and projects to srcTSR Berry