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:
fires.gc 2008-11-05 22:37:23 +00:00
parent 2bbbebbfca
commit 46c284f7a9
1 changed files with 0 additions and 4 deletions

View File

@ -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;
}