Memory: remove RasterizerCachedSpecial page type

This commit is contained in:
wwylele
2018-03-10 01:14:38 +02:00
parent 33a0e87ac2
commit 672fbcf37d
2 changed files with 0 additions and 53 deletions
-3
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 {