Fixes a couple of issues, like wiimotes not found ingame(not all of them of course) and wiimote plugin not accessible under xp (old wiimote plugin).

sorry for that inconvenience.
BTW Im gonna take a break for a few weeks for health reasons, cya.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6109 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
snzgoo 2010-08-18 09:02:44 +00:00
parent 4a61432f14
commit 7703ae0477
1 changed files with 2 additions and 2 deletions

View File

@ -105,8 +105,8 @@ CWiiMote(u8 _WiimoteNumber, wiimote_t* _pWiimote)
#ifdef _WIN32 #ifdef _WIN32
// F|RES: i dunno if we really need this // F|RES: i dunno if we really need this
//CancelIo(m_pWiiMote->dev_handle); CancelIo(m_pWiiMote->dev_handle);
CancelIoEx(m_pWiiMote->dev_handle,NULL); //CancelIoEx(m_pWiiMote->dev_handle,NULL); //causing problems under older win systems
#endif #endif
} }