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

Added official HDR support and Processor Affinity #463

Open
wants to merge 1 commit into
base: netcore
Choose a base branch
from

Conversation

williambulin
Copy link

Hello, this PR adds support for the official HDR registry key as well as processor affinity.

HDR support

The HDR registry key (WINDOWS_HDR_ON_h3132281285) is set to 1 on launch if the checkbox in the settings is checked and is done at every launch because the game will reset it to 0 when it starts.

Processor affinity

The processor affinity setting allows you to select which cores the game should run on and unfortunately, is a requirement if you want to play the game on a defective 13th and 14th gen Intel CPU.

  • The setting defaults to 0, which completely disable any kind of affinity customisation.
  • A setting of 255 would represent a value of 0b11111111 which would limit the game to running on the first

This issue is quite common, but for reference: #454 (comment)

This feature is the equivalent of opening task manager and changing the affinity there:
image

Screenshots of the changes

image

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