enable auto-connection-"hack" for linux
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1082 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
2bbbebbfca
commit
46c284f7a9
|
@ -325,8 +325,6 @@ u32 CWII_IPC_HLE_Device_usb_oh1_57e_305::Update()
|
|||
PluginWiimote::Wiimote_Update();
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
// FiRES: TODO find a good solution to do this
|
||||
static bool test = true;
|
||||
static int counter = 1000;
|
||||
|
@ -347,8 +345,6 @@ u32 CWII_IPC_HLE_Device_usb_oh1_57e_305::Update()
|
|||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue