mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
GLContext: Use destructor instead of Shutdown() to cleanup
Also uses the Initialize() method to make the context current.
This commit is contained in:
parent
4b8d1c2b42
commit
025e909773
16 changed files with 122 additions and 115 deletions
|
@ -50,10 +50,6 @@ bool GLContext::ClearCurrent()
|
|||
return false;
|
||||
}
|
||||
|
||||
void GLContext::Shutdown()
|
||||
{
|
||||
}
|
||||
|
||||
void GLContext::Update()
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue