summaryrefslogtreecommitdiffstats
path: root/src/video_core/rasterizer_cache.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rasterizer_cache: Add missing virtual destructor to RasterizerCacheObjectLioncash2018-11-081-0/+7
Ensures that destruction will always do the right thing in any context.