Have all games share the same thread
This commit is contained in:
@@ -69,7 +69,7 @@ internal static class Program {
|
||||
private static void NerfAll() {
|
||||
var i = 0;
|
||||
foreach (var game in games) {
|
||||
game.ProcessorAffinity = new IntPtr(defaultAffinity >> i);
|
||||
game.ProcessorAffinity = new IntPtr(defaultAffinity);
|
||||
game.PriorityClass = ProcessPriorityClass.Idle;
|
||||
i++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user