mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 18:31:05 +00:00
sleep to avoid flodding the host
This commit is contained in:
parent
2ccfdb3f4d
commit
2b6f7f0647
@ -49,6 +49,8 @@ int main(void)
|
||||
{
|
||||
die("sendto()");
|
||||
}
|
||||
/* sleep for 1 frame (60hz) */
|
||||
usleep(16*1000);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user