Sleep polling thread
This commit is contained in:
parent
0d5ce1e9a1
commit
086cc39436
1 changed files with 3 additions and 0 deletions
|
@ -124,6 +124,9 @@ namespace Ryujinx
|
|||
Title = NewTitle;
|
||||
}
|
||||
}
|
||||
|
||||
//Polling becomes expensive if it's not slept
|
||||
Thread.Sleep(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue