diff --git a/Ryujinx/Ui/GLScreen.cs b/Ryujinx/Ui/GLScreen.cs index c89a1b3d8b..2dd1c02e6a 100644 --- a/Ryujinx/Ui/GLScreen.cs +++ b/Ryujinx/Ui/GLScreen.cs @@ -124,6 +124,9 @@ namespace Ryujinx Title = NewTitle; } } + + //Polling becomes expensive if it's not slept + Thread.Sleep(1); } }