Replies: 1 comment
-
This is an on/off switch. You set it to either 1 or 0. There's a safer way to do it, via Windows commandline just do:
And if you need it as a shortcut, you can write it as a batch file like so: @echo off
start /affinity 1 YourGameExe.exe |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SingleCoreAffinity option in other Widescreen Fixes - when moved from experimental to Stable ?
What should be entered in place of number 0 in SingleCoreAffinity ?
SingleCoreAffinity = 0 // Experimental, attempt to avoid mid-loading hang.
Beta Was this translation helpful? Give feedback.
All reactions