1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-31 19:21:06 +00:00

sleep to avoid flodding the host

This commit is contained in:
radius 2015-11-27 19:01:06 -05:00
parent 2ccfdb3f4d
commit 2b6f7f0647

@ -49,6 +49,8 @@ int main(void)
{
die("sendto()");
}
/* sleep for 1 frame (60hz) */
usleep(16*1000);
}