diff options
author | bunnei <bunneidev@gmail.com> | 2020-02-17 21:35:14 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2020-02-26 03:23:00 +0100 |
commit | 2e16c237845bf1b5ff89b7b7a3f8bc1a84729eb1 (patch) | |
tree | 2ee5617fc3e3bdc47028d9d65097ceb070031727 /src/core | |
parent | renderer_opengl: Add texture mailbox support for presenter thread. (diff) | |
download | yuzu-2e16c237845bf1b5ff89b7b7a3f8bc1a84729eb1.tar yuzu-2e16c237845bf1b5ff89b7b7a3f8bc1a84729eb1.tar.gz yuzu-2e16c237845bf1b5ff89b7b7a3f8bc1a84729eb1.tar.bz2 yuzu-2e16c237845bf1b5ff89b7b7a3f8bc1a84729eb1.tar.lz yuzu-2e16c237845bf1b5ff89b7b7a3f8bc1a84729eb1.tar.xz yuzu-2e16c237845bf1b5ff89b7b7a3f8bc1a84729eb1.tar.zst yuzu-2e16c237845bf1b5ff89b7b7a3f8bc1a84729eb1.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/frontend/emu_window.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/frontend/emu_window.h b/src/core/frontend/emu_window.h index 5dde199d4..856cb61e9 100644 --- a/src/core/frontend/emu_window.h +++ b/src/core/frontend/emu_window.h @@ -65,9 +65,6 @@ public: /// Releases (dunno if this is the "right" word) the context from the caller thread virtual void DoneCurrent() = 0; - - /// Swap buffers to display the next frame - virtual void SwapBuffers() = 0; }; /** |