mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-23 21:09:44 -05:00
VideoBackends: set GLInterface to zero after deleting it
This fixes a crash on opening the gfx settings after closing a game.
This commit is contained in:
@@ -164,6 +164,7 @@ void VideoSoftware::Shutdown()
|
||||
|
||||
GLInterface->Shutdown();
|
||||
delete GLInterface;
|
||||
GLInterface = nullptr;
|
||||
}
|
||||
|
||||
void VideoSoftware::Video_Cleanup()
|
||||
|
||||
Reference in New Issue
Block a user