summaryrefslogtreecommitdiffstats
path: root/src/video_core/rasterizer_cache.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-07rasterizer_cache: Remove files and includesReinUsesLisp1-7/+0
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 RasterizerCacheObjectLioncash1-0/+7
Ensures that destruction will always do the right thing in any context.