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

@@ -250,6 +250,10 @@ public:
/// Notify rasterizer that any caches of the specified region should be invalidated
void InvalidateRegion(VAddr addr, u64 size);
/// Notify rasterizer that CPU is trying to write this area. It returns true if the area is
/// sensible, false otherwise
bool OnCPUWrite(VAddr addr, u64 size);
/// Notify rasterizer that any caches of the specified region should be flushed and invalidated
void FlushAndInvalidateRegion(VAddr addr, u64 size);