mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-19 05:15:58 +08:00
ENH:enable dual graphics card option(default)
jira: none Change-Id: I0e973d48b23162f5a790c7ffc85f19be86f47647 (cherry picked from commit 9c0f70e552a06dddbc71b8d8a0287610aab6acf9)
This commit is contained in:
parent
77922a9da4
commit
2ce2d8c94a
@ -14,8 +14,8 @@ extern "C"
|
|||||||
{
|
{
|
||||||
// Let the NVIDIA and AMD know we want to use their graphics card
|
// Let the NVIDIA and AMD know we want to use their graphics card
|
||||||
// on a dual graphics card system.
|
// on a dual graphics card system.
|
||||||
__declspec(dllexport) DWORD NvOptimusEnablement = 0x00000000;
|
__declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001;
|
||||||
__declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 0;
|
__declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1;
|
||||||
}
|
}
|
||||||
#endif /* SLIC3R_GUI */
|
#endif /* SLIC3R_GUI */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user