mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
memory: Add RasterizerMarkRegionCached code and cleanup.
This commit is contained in:
parent
4c36e92bf4
commit
49b3b519fc
2 changed files with 204 additions and 209 deletions
|
@ -254,6 +254,11 @@ enum class FlushMode {
|
|||
FlushAndInvalidate,
|
||||
};
|
||||
|
||||
/**
|
||||
* Mark each page touching the region as cached.
|
||||
*/
|
||||
void RasterizerMarkRegionCached(VAddr start, u64 size, bool cached);
|
||||
|
||||
/**
|
||||
* Flushes and invalidates any externally cached rasterizer resources touching the given virtual
|
||||
* address region.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue