1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-12-19 10:42:05 +00:00
Ryujinx/Ryujinx.Cpu/AppleHv
gdkchan efb135b74c
Clear CPU side data on GPU buffer clears (#4125)
* Clear CPU side data on GPU buffer clears

* Implement tracked fill operation that can signal other resource types except buffer

* Fix tests, add missing XML doc

* PR feedback
2023-02-16 18:28:49 -03:00
..
Arm
DummyDiskCacheLoadState.cs
HvAddressSpace.cs
HvAddressSpaceRange.cs
HvApi.cs
HvCpuContext.cs
HvEngine.cs
HvExecutionContext.cs
HvExecutionContextShadow.cs
HvExecutionContextVcpu.cs
HvIpaAllocator.cs
HvMemoryBlockAllocation.cs Initial Apple Hypervisor based CPU emulation (#4332) 2023-01-29 08:37:52 -03:00
HvMemoryBlockAllocator.cs
HvMemoryManager.cs Clear CPU side data on GPU buffer clears (#4125) 2023-02-16 18:28:49 -03:00
HvVcpu.cs
HvVcpuPool.cs
HvVm.cs
IHvExecutionContext.cs