mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Merge pull request #138 from Tilka/sw_fix
SW renderer: add missing ClearCurrent()
This commit is contained in:
commit
ca6946bcbf
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ void VideoSoftware::Shutdown()
|
|||
|
||||
void VideoSoftware::Video_Cleanup()
|
||||
{
|
||||
GLInterface->ClearCurrent();
|
||||
}
|
||||
|
||||
// This is called after Video_Initialize() from the Core
|
||||
|
|
Loading…
Add table
Reference in a new issue