mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-16 07:19:44 +00:00
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:
parent
4a61432f14
commit
7703ae0477
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@ CWiiMote(u8 _WiimoteNumber, wiimote_t* _pWiimote)
|
|||
|
||||
#ifdef _WIN32
|
||||
// F|RES: i dunno if we really need this
|
||||
//CancelIo(m_pWiiMote->dev_handle);
|
||||
CancelIoEx(m_pWiiMote->dev_handle,NULL);
|
||||
CancelIo(m_pWiiMote->dev_handle);
|
||||
//CancelIoEx(m_pWiiMote->dev_handle,NULL); //causing problems under older win systems
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue