add back a comment that was removed for no reason

This commit is contained in:
Evan Husted 2025-01-10 21:16:31 -06:00 committed by GitHub
parent 01e22f1c67
commit 78e7a3085a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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()