aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/rasterizer_cache.cpp
AgeCommit message (Collapse)Author
2020-06-07rasterizer_cache: Remove files and includesReinUsesLisp
The rasterizer cache is no longer used. Each cache has its own generic implementation optimized for the cached data.
2018-11-08rasterizer_cache: Add missing virtual destructor to RasterizerCacheObjectLioncash
Ensures that destruction will always do the right thing in any context.