mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
GLContext: Combine shared context initialization and creation
This commit is contained in:
@ -50,7 +50,6 @@ public:
|
||||
|
||||
protected:
|
||||
virtual bool Initialize(void* display_handle, void* window_handle, bool stereo, bool core);
|
||||
virtual bool Initialize(GLContext* main_context);
|
||||
|
||||
Mode m_opengl_mode = Mode::Detect;
|
||||
|
||||
|
Reference in New Issue
Block a user