ENH:enable dual graphics card option(default)

jira: none
Change-Id: I0e973d48b23162f5a790c7ffc85f19be86f47647
(cherry picked from commit 9c0f70e552a06dddbc71b8d8a0287610aab6acf9)
This commit is contained in:
zhou.xu 2024-12-10 17:47:38 +08:00 committed by lane.wei
parent 77922a9da4
commit 2ce2d8c94a
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ extern "C"
{
// Let the NVIDIA and AMD know we want to use their graphics card
// on a dual graphics card system.
__declspec(dllexport) DWORD NvOptimusEnablement = 0x00000000;
__declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 0;
__declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001;
__declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1;
}
#endif /* SLIC3R_GUI */