Memory: remove RasterizerCachedSpecial page type
This commit is contained in:
parent
33a0e87ac2
commit
672fbcf37d
2 changed files with 0 additions and 53 deletions
|
@ -37,9 +37,6 @@ enum class PageType {
|
|||
RasterizerCachedMemory,
|
||||
/// Page is mapped to a I/O region. Writing and reading to this page is handled by functions.
|
||||
Special,
|
||||
/// Page is mapped to a I/O region, but also needs to check for rasterizer cache flushing and
|
||||
/// invalidation
|
||||
RasterizerCachedSpecial,
|
||||
};
|
||||
|
||||
struct SpecialRegion {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue