mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 01:47:46 +00:00
rasterizer_cache: Add missing virtual destructor to RasterizerCacheObject
Ensures that destruction will always do the right thing in any context.
This commit is contained in:
parent
7364c759a5
commit
8280ddfd1c
3 changed files with 10 additions and 0 deletions
7
src/video_core/rasterizer_cache.cpp
Normal file
7
src/video_core/rasterizer_cache.cpp
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue