mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
GLContext: Use destructor instead of Shutdown() to cleanup
Also uses the Initialize() method to make the context current.
This commit is contained in:
@ -50,10 +50,6 @@ bool GLContext::ClearCurrent()
|
||||
return false;
|
||||
}
|
||||
|
||||
void GLContext::Shutdown()
|
||||
{
|
||||
}
|
||||
|
||||
void GLContext::Update()
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user