Memory: remove RasterizerCachedSpecial page type

This commit is contained in:
wwylele 2018-03-08 12:38:57 +02:00
parent 33a0e87ac2
commit 672fbcf37d
2 changed files with 0 additions and 53 deletions

View file

@ -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 {