Created
June 29, 2017 07:26
-
-
Save Bak-Jin-Hyeong/33882dee1c77a041b21e2745ba4fa2b2 to your computer and use it in GitHub Desktop.
enable NVidia Optimus & AMD PowerXpress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extern "C" | |
{ | |
__declspec(dllexport) int NvOptimusEnablement = 1; | |
__declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.nvidia.com/gameworks/content/technologies/desktop/optimus.htm
http://gpuopen.com/amdpowerxpressrequesthighperformance/