early-access version 1816

This commit is contained in:
pineappleEA
2021-06-23 19:45:43 +02:00
parent ffbdea6deb
commit 2016b09e73
15 changed files with 578 additions and 60 deletions

View File

@@ -93,6 +93,9 @@ public:
/// Unmap memory range
virtual void UnmapMemory(VAddr addr, u64 size) = 0;
/// Remap GPU memory range. This means underneath backing memory changed
virtual void ModifyGPUMemory(GPUVAddr addr, u64 size) = 0;
/// Notify rasterizer that any caches of the specified region should be flushed to Switch memory
/// and invalidated
virtual void FlushAndInvalidateRegion(VAddr addr, u64 size) = 0;