summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/emu_window/emu_window_sdl2.h
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2019-01-12 07:03:52 +0100
committerJames Rowe <jroweboy@gmail.com>2019-01-22 00:00:01 +0100
commitf2a2f818b6ec0fd4d70dced52d89f209eab9f187 (patch)
tree625fca7cd9552ac9d12c96a0edc8f70e7193ccff /src/yuzu_cmd/emu_window/emu_window_sdl2.h
parentQT Frontend: Migrate to QOpenGLWindow (diff)
downloadyuzu-f2a2f818b6ec0fd4d70dced52d89f209eab9f187.tar
yuzu-f2a2f818b6ec0fd4d70dced52d89f209eab9f187.tar.gz
yuzu-f2a2f818b6ec0fd4d70dced52d89f209eab9f187.tar.bz2
yuzu-f2a2f818b6ec0fd4d70dced52d89f209eab9f187.tar.lz
yuzu-f2a2f818b6ec0fd4d70dced52d89f209eab9f187.tar.xz
yuzu-f2a2f818b6ec0fd4d70dced52d89f209eab9f187.tar.zst
yuzu-f2a2f818b6ec0fd4d70dced52d89f209eab9f187.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu_cmd/emu_window/emu_window_sdl2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl2.h b/src/yuzu_cmd/emu_window/emu_window_sdl2.h
index b0d4116cc..17e98227f 100644
--- a/src/yuzu_cmd/emu_window/emu_window_sdl2.h
+++ b/src/yuzu_cmd/emu_window/emu_window_sdl2.h
@@ -27,6 +27,8 @@ public:
/// Releases the GL context from the caller thread
void DoneCurrent() override;
+ std::unique_ptr<Core::Frontend::GraphicsContext> CreateSharedContext() const override;
+
/// Whether the window is still open, and a close request hasn't yet been sent
bool IsOpen() const;