mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-07-05 20:09:02 +00:00
yuzu-cmd: Fix OpenGL rendering
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user