yuzu-cmd: Fix OpenGL rendering

This commit is contained in:
Clément Gallet
2021-06-04 11:39:04 +02:00
parent e4fed17f59
commit 9ff8504452
2 changed files with 6 additions and 12 deletions

View File

@ -20,9 +20,6 @@ public:
std::unique_ptr<Core::Frontend::GraphicsContext> 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();