Skip to content

Commit 8a37fdb

Browse files
committed
Finalize 1.1.0, add more games
1 parent 564ca94 commit 8a37fdb

File tree

3 files changed

+42
-3
lines changed

3 files changed

+42
-3
lines changed

Program.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

games.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1-
caveblazers
1+
blackdesert64
2+
caveblazers
23
cemu
34
cppfps-win64-shipping
45
csgo
6+
easyanticheat
57
easyanticheat_launcher
68
game
79
gta5
10+
kingdomcome
11+
mcc-win64-shipping
12+
mcclauncher
13+
modernwarfare
814
origin
915
r5apex
10-
steam
16+
regions of ruin
17+
rpcs3
18+
ryujinx
19+
steam
20+
yuzu

help.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)