SeventhUmbral icon indicating copy to clipboard operation
SeventhUmbral copied to clipboard

Updating to VS 2022 and fixing Affinity issue

Open Zackmon opened this issue 4 years ago • 0 comments

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

Zackmon avatar Dec 23 '21 17:12 Zackmon