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