diff options
author | Lioncash <mathew1800@gmail.com> | 2021-04-12 15:49:04 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2021-04-12 15:53:55 +0200 |
commit | 31932904c5f43f46e3dda21e948970418e509dbf (patch) | |
tree | 6212ea28ad174d3fee214e35c556a5c63d820b9f /src/video_core/engines/fermi_2d.h | |
parent | Merge pull request #6135 from Morph1984/borderless-windowed-fullscreen (diff) | |
download | yuzu-31932904c5f43f46e3dda21e948970418e509dbf.tar yuzu-31932904c5f43f46e3dda21e948970418e509dbf.tar.gz yuzu-31932904c5f43f46e3dda21e948970418e509dbf.tar.bz2 yuzu-31932904c5f43f46e3dda21e948970418e509dbf.tar.lz yuzu-31932904c5f43f46e3dda21e948970418e509dbf.tar.xz yuzu-31932904c5f43f46e3dda21e948970418e509dbf.tar.zst yuzu-31932904c5f43f46e3dda21e948970418e509dbf.zip |
Diffstat (limited to 'src/video_core/engines/fermi_2d.h')
-rw-r--r-- | src/video_core/engines/fermi_2d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/engines/fermi_2d.h b/src/video_core/engines/fermi_2d.h index c808a577d..a4170ffff 100644 --- a/src/video_core/engines/fermi_2d.h +++ b/src/video_core/engines/fermi_2d.h @@ -35,7 +35,7 @@ namespace Tegra::Engines { class Fermi2D final : public EngineInterface { public: explicit Fermi2D(); - ~Fermi2D(); + ~Fermi2D() override; /// Binds a rasterizer to this engine. void BindRasterizer(VideoCore::RasterizerInterface* rasterizer); |