mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 22:58:50 +00:00
Fix software plugin in linux. I broke it in revision 5048.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5077 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
5e5e03daeb
commit
2c7b484869
4 changed files with 18 additions and 24 deletions
|
@ -98,6 +98,7 @@ void EmuStateChange(PLUGIN_EMUSTATE newState)
|
|||
|
||||
void Shutdown(void)
|
||||
{
|
||||
OpenGL_Shutdown();
|
||||
}
|
||||
|
||||
// This is called after Video_Initialize() from the Core
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue