mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
GLContext: Combine shared context initialization and creation
This commit is contained in:
parent
dcdd02d646
commit
4b8d1c2b42
10 changed files with 68 additions and 109 deletions
|
@ -30,11 +30,6 @@ bool GLContext::Initialize(void* display_handle, void* window_handle, bool stere
|
|||
return false;
|
||||
}
|
||||
|
||||
bool GLContext::Initialize(GLContext* main_context)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
bool GLContext::IsHeadless() const
|
||||
{
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue