From 9ff8504452ee6cb1eefd61918ed61d6f6362cb31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Gallet?= Date: Fri, 4 Jun 2021 11:39:04 +0200 Subject: yuzu-cmd: Fix OpenGL rendering --- src/yuzu_cmd/emu_window/emu_window_sdl2_gl.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/yuzu_cmd/emu_window/emu_window_sdl2_gl.h') diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl2_gl.h b/src/yuzu_cmd/emu_window/emu_window_sdl2_gl.h index dba5c293c..9e694d985 100644 --- a/src/yuzu_cmd/emu_window/emu_window_sdl2_gl.h +++ b/src/yuzu_cmd/emu_window/emu_window_sdl2_gl.h @@ -20,9 +20,6 @@ public: std::unique_ptr CreateSharedContext() const override; private: - /// Fake hidden window for the core context - SDL_Window* dummy_window{}; - /// Whether the GPU and driver supports the OpenGL extension required bool SupportsRequiredGLExtensions(); -- cgit v1.2.3