summaryrefslogtreecommitdiffstats
path: root/src/video_core/rasterizer_cache.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-11-08 06:31:35 +0100
committerLioncash <mathew1800@gmail.com>2018-11-08 06:31:39 +0100
commit9de523fd90f51136b04477c5a91896a9f0b93fb4 (patch)
tree6917dc7ac56a5888c9030d1c67b0fb2b6296ae2c /src/video_core/rasterizer_cache.h
parentgl_resource_manager: Amend clang-format discrepancies (diff)
downloadyuzu-9de523fd90f51136b04477c5a91896a9f0b93fb4.tar
yuzu-9de523fd90f51136b04477c5a91896a9f0b93fb4.tar.gz
yuzu-9de523fd90f51136b04477c5a91896a9f0b93fb4.tar.bz2
yuzu-9de523fd90f51136b04477c5a91896a9f0b93fb4.tar.lz
yuzu-9de523fd90f51136b04477c5a91896a9f0b93fb4.tar.xz
yuzu-9de523fd90f51136b04477c5a91896a9f0b93fb4.tar.zst
yuzu-9de523fd90f51136b04477c5a91896a9f0b93fb4.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/rasterizer_cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/rasterizer_cache.h b/src/video_core/rasterizer_cache.h
index 0a3b3951e..d999c92fa 100644
--- a/src/video_core/rasterizer_cache.h
+++ b/src/video_core/rasterizer_cache.h
@@ -17,6 +17,8 @@
class RasterizerCacheObject {
public:
+ virtual ~RasterizerCacheObject();
+
/// Gets the address of the shader in guest memory, required for cache management
virtual VAddr GetAddr() const = 0;