mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
HW/WiimoteReal: Remove an old comment. We block infinitely now.
This commit is contained in:
parent
eebc64aaf8
commit
59ebaed81c
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue