From f2a2f818b6ec0fd4d70dced52d89f209eab9f187 Mon Sep 17 00:00:00 2001 From: James Rowe Date: Fri, 11 Jan 2019 23:03:52 -0700 Subject: SDL Frontend: Add shared context support --- src/yuzu_cmd/emu_window/emu_window_sdl2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/yuzu_cmd/emu_window/emu_window_sdl2.h') 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 CreateSharedContext() const override; + /// Whether the window is still open, and a close request hasn't yet been sent bool IsOpen() const; -- cgit v1.2.3