mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-12 20:42:07 +00:00
Forgot a tiny bit in last commit.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4562 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
2667a469fb
commit
2eff42f659
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ void CPluginManager::ShutdownPlugins()
|
||||||
m_pad[i]->Shutdown();
|
m_pad[i]->Shutdown();
|
||||||
//delete m_pad[i]; Causes crash on stop
|
//delete m_pad[i]; Causes crash on stop
|
||||||
}
|
}
|
||||||
m_pad[i] = NULL;
|
//m_pad[i] = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int i = 0; i < MAXWIIMOTES; i++)
|
for (int i = 0; i < MAXWIIMOTES; i++)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue