summaryrefslogtreecommitdiffstats
path: root/src/video_core/rasterizer_cache.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08rasterizer_cache: Add missing virtual destructor to RasterizerCacheObjectLioncash1-0/+7
Ensures that destruction will always do the right thing in any context.