elishacloud / dxwrapper

Fixes compatibility issues with older games running on Windows 10/11 by wrapping DirectX dlls. Also allows loading custom libraries with the file extension .asi into game processes.
zlib License
1.16k stars 83 forks source link

Request | Add an option to choose which CPU to use #76

Closed JaegerFox closed 4 years ago

JaegerFox commented 4 years ago

in classic games it is recommended to use single core, and it would be nice to assign a specific one to give it priority...

elishacloud commented 4 years ago

This feature already exists. It is called SingleProcAffinity. Just set this to the CPU you want to use. For example, if you set this to 2 then it will assign the process to use the second CPU. If you set this to a CPU that does not exist then it will just use the first CPU.

See more details in the wiki.

JaegerFox commented 4 years ago

Really? I thought it only activated the use of the first CPU core, apparently the wiki is updated and better explained Thank you-