1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-14 08:34:26 +00:00

Moved the NVIDIA and AMD hints to the slic3r.exe wrapper.

This commit is contained in:
bubnikv
2017-03-27 09:06:24 +02:00
parent 0dae43e4bc
commit 67126d6f48
-4
View File
@@ -5,10 +5,6 @@
#elif _WIN32
#include <Windows.h>
#pragma comment(lib, "user32.lib")
extern "C" {
__declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001;
__declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1;
}
#endif
namespace Slic3r { namespace GUI {