path on windows seems relative

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1913 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2009-01-18 01:53:00 +00:00
parent a6447d1758
commit 97818d6fe4
3 changed files with 5 additions and 3 deletions

View File

@@ -109,9 +109,11 @@ bool CPluginManager::InitPlugins() {
}
void CPluginManager::ShutdownPlugins() {
for (int i=0;i<1;i++) {
for (int i=0;i<MAXPADS;i++) {
if (m_pad[i])
m_pad[i]->Shutdown();
}
for (int i=0;i<MAXWIIMOTES;i++) {
if (m_wiimote[i])
m_wiimote[i]->Shutdown();
}