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

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