mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -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
|
// 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);
|
||||||
|
Reference in New Issue
Block a user