mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -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:
|
case msg_DeInitGL:
|
||||||
emuInstance->deinitOpenGL(msg.param.value<int>());
|
emuInstance->deinitOpenGL(msg.param.value<int>());
|
||||||
useOpenGL = false;
|
if (msg.param.value<int>() == 0)
|
||||||
|
useOpenGL = false;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case msg_BootROM:
|
case msg_BootROM:
|
||||||
|
Loading…
Reference in New Issue
Block a user