early-access version 1841

This commit is contained in:
pineappleEA
2021-07-03 15:26:41 +02:00
parent cae72a4c69
commit b4f39e2cad
16 changed files with 66 additions and 587 deletions

View File

@@ -93,9 +93,6 @@ 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;