early-access version 3720

This commit is contained in:
pineappleEA
2023-06-29 17:22:15 +02:00
parent 6d443adcae
commit 2c5e184f44
24 changed files with 332 additions and 53 deletions

View File

@@ -109,7 +109,9 @@ public:
}
/// Notify rasterizer that any caches of the specified region are desync with guest
virtual void OnCPUWrite(VAddr addr, u64 size) = 0;
virtual void OnCacheInvalidation(VAddr addr, u64 size) = 0;
virtual bool OnCPUWrite(VAddr addr, u64 size) = 0;
/// Sync memory between guest and host.
virtual void InvalidateGPUCache() = 0;