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:
Lioncash
2019-07-27 17:19:52 -04:00
parent 86000fc6b4
commit 23c5b362a5
5 changed files with 5 additions and 5 deletions

View File

@ -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,