mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
fix another OpenGL bug (when closing secondary window)
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user