-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CPU/IO/Thread priority code, add version.ini, update exe check
- Loading branch information
1 parent
5627297
commit 4f4f517
Showing
6 changed files
with
136 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[Settings] | ||
EnableMods=true # Enables mod support (true/false, default: true) | ||
EnableScripts=true # Enables loading DLL/ASI scripts (true/false, default: true) | ||
|
||
[DiskCacheEnabler] | ||
CreateFileA=true # Enables disk caching during calls to CreateFileA (true/false, default: true) | ||
CreateFileW=true # Enables disk caching during calls to CreateFileW (true/false, default: true) | ||
|
||
[Priorities] | ||
CPUPriority=high # Sets the priority level of the CPU (normal/medium/high, default: high) | ||
IOPriority=high # Sets the priority level of the IO (normal/high, default: high) | ||
ThreadPriority=high # Sets the priority level of threads (normal/medium/high, default: high) |