mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
SW renderer: add missing ClearCurrent()
courtesy of degasus
This commit is contained in:
@ -172,6 +172,7 @@ void VideoSoftware::Shutdown()
|
||||
|
||||
void VideoSoftware::Video_Cleanup()
|
||||
{
|
||||
GLInterface->ClearCurrent();
|
||||
}
|
||||
|
||||
// This is called after Video_Initialize() from the Core
|
||||
|
Reference in New Issue
Block a user