Sleep polling thread

This commit is contained in:
ReinUsesLisp 2018-07-26 22:07:57 -03:00
parent 0d5ce1e9a1
commit 086cc39436

View file

@ -124,6 +124,9 @@ namespace Ryujinx
Title = NewTitle;
}
}
//Polling becomes expensive if it's not slept
Thread.Sleep(1);
}
}