mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +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()");
|
die("sendto()");
|
||||||
}
|
}
|
||||||
|
/* sleep for 1 frame (60hz) */
|
||||||
|
usleep(16*1000);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user