diff options
author | Lioncash <mathew1800@gmail.com> | 2019-03-07 21:57:08 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-03-07 21:59:45 +0100 |
commit | 24e2e601d59a164aa86ed7a26f2054de09979b65 (patch) | |
tree | 9d31664bdb2fc088f8b0d9d1c575a75dc64734d6 /src/video_core/gpu_synch.h | |
parent | Merge pull request #2196 from DarkLordZach/web-applet-esc (diff) | |
download | yuzu-24e2e601d59a164aa86ed7a26f2054de09979b65.tar yuzu-24e2e601d59a164aa86ed7a26f2054de09979b65.tar.gz yuzu-24e2e601d59a164aa86ed7a26f2054de09979b65.tar.bz2 yuzu-24e2e601d59a164aa86ed7a26f2054de09979b65.tar.lz yuzu-24e2e601d59a164aa86ed7a26f2054de09979b65.tar.xz yuzu-24e2e601d59a164aa86ed7a26f2054de09979b65.tar.zst yuzu-24e2e601d59a164aa86ed7a26f2054de09979b65.zip |
Diffstat (limited to 'src/video_core/gpu_synch.h')
-rw-r--r-- | src/video_core/gpu_synch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/gpu_synch.h b/src/video_core/gpu_synch.h index 658f683e2..7d5a241ff 100644 --- a/src/video_core/gpu_synch.h +++ b/src/video_core/gpu_synch.h @@ -16,7 +16,7 @@ namespace VideoCommon { class GPUSynch : public Tegra::GPU { public: explicit GPUSynch(Core::System& system, VideoCore::RendererBase& renderer); - ~GPUSynch(); + ~GPUSynch() override; void PushGPUEntries(Tegra::CommandList&& entries) override; void SwapBuffers( |