mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
Revert "Remove useless return."
This reverts commit 24e807f520709e2b99d1f0044281a0f2347315b0.
This commit is contained in:
parent
7e1e293547
commit
4959b8e20e
@ -685,6 +685,9 @@ static int rsnd_poll(struct pollfd *fd, int numfd, int timeout)
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Avoids warning
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void rsnd_sleep(int msecs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user