From 59ebaed81cea9c59bdb291ad5d839587a6507392 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Sat, 9 Nov 2019 18:45:09 -0600 Subject: [PATCH] HW/WiimoteReal: Remove an old comment. We block infinitely now. --- Source/Core/Core/HW/WiimoteReal/IOLinux.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/Core/HW/WiimoteReal/IOLinux.cpp b/Source/Core/Core/HW/WiimoteReal/IOLinux.cpp index de0831e796..b63149b7aa 100644 --- a/Source/Core/Core/HW/WiimoteReal/IOLinux.cpp +++ b/Source/Core/Core/HW/WiimoteReal/IOLinux.cpp @@ -223,8 +223,6 @@ void WiimoteLinux::IOWakeup() // zero = error int WiimoteLinux::IORead(u8* buf) { - // Block select for 1/2000th of a second - fd_set fds; FD_ZERO(&fds); FD_SET(m_int_sock, &fds);