Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating to VS 2022 and fixing Affinity issue #6

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

Zackmon
Copy link

@Zackmon Zackmon commented Dec 23, 2021

This release will fix an issue with Users that have CPUs with 16+ threads,

the Launcher will check if the user has more than 16+ threads and do a DLL injection to intercept the "SetProcessAffinityMask" & "SetThreadAffinityMask" that is being called by the game binary and set the Affinity to 8 Threads (CPU0 - CPU7)

if the user has less than 16 threads then the DLL will not be injected and the game binary will work as is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant