yuzu-cmd: Fix OpenGL rendering
This commit is contained in:
parent
5e19cefd59
commit
d94248f11b
2 changed files with 6 additions and 12 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue