memory: Simplify rasterizer cache operations.
This commit is contained in:
parent
47b622825c
commit
10118c71e0
3 changed files with 22 additions and 68 deletions
|
@ -161,10 +161,4 @@ enum class FlushMode {
|
|||
*/
|
||||
void RasterizerMarkRegionCached(VAddr vaddr, u64 size, bool cached);
|
||||
|
||||
/**
|
||||
* Flushes and invalidates any externally cached rasterizer resources touching the given virtual
|
||||
* address region.
|
||||
*/
|
||||
void RasterizerFlushVirtualRegion(VAddr start, u64 size, FlushMode mode);
|
||||
|
||||
} // namespace Memory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue