mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 23:07:53 -05: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