mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 12:57:52 +00:00
Merge pull request #2453 from lioncash/enum
core/memory: Remove unused FlushMode enum
This commit is contained in:
commit
5b6571c170
1 changed files with 0 additions and 9 deletions
|
@ -72,15 +72,6 @@ u8* GetPointer(VAddr vaddr);
|
|||
|
||||
std::string ReadCString(VAddr vaddr, std::size_t max_length);
|
||||
|
||||
enum class FlushMode {
|
||||
/// Write back modified surfaces to RAM
|
||||
Flush,
|
||||
/// Remove region from the cache
|
||||
Invalidate,
|
||||
/// Write back modified surfaces to RAM, and also remove them from the cache
|
||||
FlushAndInvalidate,
|
||||
};
|
||||
|
||||
/**
|
||||
* Mark each page touching the region as cached.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue