Untested Windows buildfix attempt.

This commit is contained in:
Jordan Woyak
2013-01-15 22:57:25 -06:00
parent b2acae44b7
commit 54497be653
7 changed files with 139 additions and 144 deletions

View File

@ -245,7 +245,7 @@ void WiimoteConfigDiag::UpdateWiimoteStatus()
if (WIIMOTE_SRC_EMU & g_wiimote_sources[index])
CFrame::ConnectWiimote(index, true);
else if (WIIMOTE_SRC_REAL & g_wiimote_sources[index] && WiimoteReal::g_wiimotes[index])
CFrame::ConnectWiimote(index, WiimoteReal::g_wiimotes[index]->IsOpen());
CFrame::ConnectWiimote(index, WiimoteReal::g_wiimotes[index]->IsConnected());
}
}
}