rasterizer_cache: Remove remnants of cached_pages
This commit is contained in:
@@ -13,6 +13,8 @@ public:
|
||||
|
||||
void UpdatePagesCachedCount(PAddr addr, u32 size, int delta) override;
|
||||
|
||||
void ClearAll(bool flush) override;
|
||||
|
||||
private:
|
||||
std::array<u16, 0x30000> cached_pages{};
|
||||
};
|
||||
|
Reference in New Issue
Block a user