提交 231dfbd9 编写于 作者: P Palana

libobs/util: Make os_sleepto_ns more accurate on windows

上级 3ef3ce29
......@@ -160,7 +160,7 @@ bool os_sleepto_ns(uint64_t time_target)
if (t >= time_target)
return true;
#if 1
#if 0
Sleep(1);
#else
Sleep(0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册