Skip to content

Commit

Permalink
Yet another minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
sas41 committed Dec 25, 2019
1 parent 944d777 commit ce2a342
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static void Main(string[] args)
List<string> arguments = command.Split().ToList();
try
{
if (arguments[0] == "add")
if (arguments[0] == "add" || arguments[0] == "update")
{
string exeName = arguments[1].Replace(".exe", "");
int priority = int.Parse(arguments[2]);
Expand Down
7 changes: 4 additions & 3 deletions help.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
PACT v1.0 Commands:
add
Adds an exception for a program, to run with a
different core affinity and priority.
add or update
Adds or updates an exception for a program,
to run with a different core affinity and
priority.

This works best when used for games to run on their
own cores/threads while the rest of the programs
Expand Down

0 comments on commit ce2a342

Please sign in to comment.