File tree Expand file tree Collapse file tree 3 files changed +42
-3
lines changed Expand file tree Collapse file tree 3 files changed +42
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace ProcessAffinityControlTool
99{
1010 class Program
1111 {
12- const string version = "1.0.1 " ;
12+ const string version = "1.1.0 " ;
1313
1414 const int minArgumentCount_AddException = 4 ;
1515 const int exactArgumentCount_AddRemoveProcess = 2 ;
@@ -551,13 +551,15 @@ static void TogglePACT()
551551 static void ApplyCustomConfig ( )
552552 {
553553 pow . Config = conf ;
554+ pow . Games = games ;
554555 pow . SetTimer ( ) ;
555556 pow . RunScan ( true ) ;
556557 }
557558
558559 static void ApplyDefaultConfig ( )
559560 {
560561 pow . Config = pausedConf ;
562+ pow . Games = new List < string > ( ) ;
561563 pow . PauseTimer ( ) ;
562564 pow . RunScan ( true ) ;
563565 }
Original file line number Diff line number Diff line change 1- caveblazers
1+ blackdesert64
2+ caveblazers
23cemu
34cppfps-win64-shipping
45csgo
6+ easyanticheat
57easyanticheat_launcher
68game
79gta5
10+ kingdomcome
11+ mcc-win64-shipping
12+ mcclauncher
13+ modernwarfare
814origin
915r5apex
10- steam
16+ regions of ruin
17+ rpcs3
18+ ryujinx
19+ steam
20+ yuzu
Original file line number Diff line number Diff line change @@ -62,6 +62,33 @@ PACT v1.0.1 Commands:
6262
6363 Example:
6464 default_priority 1
65+ -----------------------------------------------------------
66+ game_cores or gc
67+ Sets the default cores for all games.
68+
69+ Syntax:
70+ game_cores [cores]
71+ Cores:
72+ Can be from 0 to howevermany you have.
73+
74+ Example:
75+ game_cores 0 1 2 5
76+ -----------------------------------------------------------
77+ game_priority or gp
78+ Sets the default priority for all games.
79+
80+ Syntax:
81+ game_priority [priority]
82+ Priority:
83+ 0: Idle (Not Recommended)
84+ 1: Below Normal
85+ 2: Normal
86+ 3: Above Normal
87+ 4: High
88+ 5: Real Time (Not Recommended)
89+
90+ Example:
91+ game_priority 3
6592-----------------------------------------------------------
6693 scan_interval or si
6794 Set the scan interval in miliseconds.
You can’t perform that action at this time.
0 commit comments