mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 05:17:40 -07:00
fix another OpenGL bug (when closing secondary window)
This commit is contained in:
parent
f2dce621ce
commit
94955aee81
@ -559,7 +559,8 @@ void EmuThread::handleMessages()
|
||||
|
||||
case msg_DeInitGL:
|
||||
emuInstance->deinitOpenGL(msg.param.value<int>());
|
||||
useOpenGL = false;
|
||||
if (msg.param.value<int>() == 0)
|
||||
useOpenGL = false;
|
||||
break;
|
||||
|
||||
case msg_BootROM:
|
||||
|
Loading…
Reference in New Issue
Block a user