1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-05 10:33:37 +00:00

Fix double shutdown of the plugin.

video.stop() is also being called in RomClose
This commit is contained in:
Francisco Zurita 2016-08-09 01:48:52 -04:00 committed by Sergey Lipskiy
parent 320c524a2a
commit adf0f5cf45

View File

@ -83,8 +83,6 @@ m64p_error PluginAPI::PluginShutdown()
_callAPICommand(acRomClosed);
delete m_pRspThread;
m_pRspThread = nullptr;
#else
video().stop();
#endif
return M64ERR_SUCCESS;
}