HW/WiimoteReal: Remove an old comment. We block infinitely now.
This commit is contained in:
parent
eebc64aaf8
commit
59ebaed81c
|
@ -223,8 +223,6 @@ void WiimoteLinux::IOWakeup()
|
||||||
// zero = error
|
// zero = error
|
||||||
int WiimoteLinux::IORead(u8* buf)
|
int WiimoteLinux::IORead(u8* buf)
|
||||||
{
|
{
|
||||||
// Block select for 1/2000th of a second
|
|
||||||
|
|
||||||
fd_set fds;
|
fd_set fds;
|
||||||
FD_ZERO(&fds);
|
FD_ZERO(&fds);
|
||||||
FD_SET(m_int_sock, &fds);
|
FD_SET(m_int_sock, &fds);
|
||||||
|
|
Loading…
Reference in New Issue