1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-08-10 21:56:49 +00:00

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
src/core

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 {