mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
VideoBackends/Null: Apply final to classes where applicable
These aren't intended to be further specialized, so we can make this obvious with final.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
|
||||
namespace Null
|
||||
{
|
||||
class TextureCache : public TextureCacheBase
|
||||
class TextureCache final : public TextureCacheBase
|
||||
{
|
||||
protected:
|
||||
void CopyEFB(AbstractStagingTexture* dst, const EFBCopyParams& params, u32 native_width,
|
||||
|
Reference in New Issue
Block a user