From 46c284f7a910c02883f03cad3d8806843710564a Mon Sep 17 00:00:00 2001 From: "fires.gc" Date: Wed, 5 Nov 2008 22:37:23 +0000 Subject: [PATCH] enable auto-connection-"hack" for linux git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1082 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp index d052953c57..e1c85202d0 100644 --- a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp +++ b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.cpp @@ -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; }