mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
HW/WiimoteReal: Remove an old comment. We block infinitely now.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user