rasterizer_cache: Remove remnants of cached_pages

This commit is contained in:
emufan4568
2022-09-11 13:10:30 +03:00
committed by GPUCode
parent 98a4a18201
commit 98eea4dcca
6 changed files with 36 additions and 34 deletions

View File

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