mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 02:59:00 +00:00
GLContext: Remove global context pointer
This commit is contained in:
parent
eb284b5d66
commit
dcdd02d646
19 changed files with 183 additions and 150 deletions
|
@ -60,5 +60,3 @@ protected:
|
|||
bool m_is_core_context = false;
|
||||
bool m_is_shared = false;
|
||||
};
|
||||
|
||||
extern std::unique_ptr<GLContext> g_main_gl_context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue