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

Feature: Add the Discrete GPU force header for use in executables. #237

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

Conversation

guestnone
Copy link
Contributor

This header file when included on final executable is used on Windows-based computers to force the laptops with NVIDIA Optimus or AMD Xpress features to use discrete GPU's
instead of the Intel integrated graphics chip.

Solves issue #236 (at least on Windows, Linux probably works differently).

Used on Windows to force Optimus and Xpress to use Nvidia/AMD
discrete GPU's instead of Intel integrated graphics.
- Add the file into CMakeSources.cmake
- Minor wording fixes
@BearishSun
Copy link
Member

Thanks. I need to consider if there's a better way of doing this, I don't like the idea the users need to remember to add a header manually. If I can't think of anything I'll merge.

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.

2 participants