mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-09 02:07:04 +08:00
fix: add // NOLINT for NvOptimusEnablement and AmdPowerXpressRequestHighPerformance
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
#ifdef _WIN32
|
||||
|
||||
extern "C" {
|
||||
__declspec(dllexport) unsigned long NvOptimusEnablement = 1;
|
||||
__declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1;
|
||||
__declspec(dllexport) unsigned long NvOptimusEnablement = 1; // NOLINT
|
||||
__declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1; // NOLINT
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user