Pr 434 #523

Closed
krQo0ygT7YVBDW wants to merge 68 commits from pr-434 into master
Showing only changes of commit 78e7a3085a - Show all commits

View File

@ -1032,12 +1032,12 @@ namespace Ryujinx.Ava
}
private void MainLoop()
{
{
while (UpdateFrame())
{
// Polling becomes expensive if it's not slept.
Thread.Sleep(1);
}
}
private void RenderLoop()