add back a comment that was removed for no reason
This commit is contained in:
parent
01e22f1c67
commit
78e7a3085a
@ -1032,12 +1032,12 @@ namespace Ryujinx.Ava
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void MainLoop()
|
private void MainLoop()
|
||||||
{
|
{
|
||||||
while (UpdateFrame())
|
while (UpdateFrame())
|
||||||
{
|
{
|
||||||
|
// Polling becomes expensive if it's not slept.
|
||||||
Thread.Sleep(1);
|
Thread.Sleep(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void RenderLoop()
|
private void RenderLoop()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user