summaryrefslogtreecommitdiffstats
path: root/src/video_core/gpu_asynch.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-03-07 21:57:08 +0100
committerLioncash <mathew1800@gmail.com>2019-03-07 21:59:45 +0100
commit24e2e601d59a164aa86ed7a26f2054de09979b65 (patch)
tree9d31664bdb2fc088f8b0d9d1c575a75dc64734d6 /src/video_core/gpu_asynch.h
parentMerge pull request #2196 from DarkLordZach/web-applet-esc (diff)
downloadyuzu-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_asynch.h')
-rw-r--r--src/video_core/gpu_asynch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/gpu_asynch.h b/src/video_core/gpu_asynch.h
index 58046f3e9..e6a807aba 100644
--- a/src/video_core/gpu_asynch.h
+++ b/src/video_core/gpu_asynch.h
@@ -21,7 +21,7 @@ class ThreadManager;
class GPUAsynch : public Tegra::GPU {
public:
explicit GPUAsynch(Core::System& system, VideoCore::RendererBase& renderer);
- ~GPUAsynch();
+ ~GPUAsynch() override;
void PushGPUEntries(Tegra::CommandList&& entries) override;
void SwapBuffers(