bsf icon indicating copy to clipboard operation
bsf copied to clipboard

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

Open guestnone opened this issue 7 years ago • 1 comments

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).

guestnone avatar Dec 15 '18 14:12 guestnone

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.

BearishSun avatar Dec 15 '18 18:12 BearishSun