We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5efd124 commit 8bb3e53Copy full SHA for 8bb3e53
platform/windows/os_windows.cpp
@@ -69,6 +69,7 @@
69
extern "C" {
70
__declspec(dllexport) DWORD NvOptimusEnablement = 1;
71
__declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1;
72
+__declspec(dllexport) void NoHotPatch() {} // Disable Nahimic code injection.
73
}
74
75
// Workaround mingw-w64 < 4.0 bug
0 commit comments