mirror of https://git.suyu.dev/suyu/suyu
rasterizer_cache: Add missing virtual destructor to RasterizerCacheObject
Ensures that destruction will always do the right thing in any context.merge-requests/60/head
parent
29f082775b
commit
9de523fd90
@ -0,0 +1,7 @@
|
|||||||
|
// Copyright 2018 yuzu Emulator Project
|
||||||
|
// Licensed under GPLv2 or any later version
|
||||||
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
|
#include "video_core/rasterizer_cache.h"
|
||||||
|
|
||||||
|
RasterizerCacheObject::~RasterizerCacheObject() = default;
|
Loading…
Reference in New Issue