You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Disable Nahimic code injection.
This commit is contained in:
@@ -69,6 +69,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
__declspec(dllexport) DWORD NvOptimusEnablement = 1;
|
__declspec(dllexport) DWORD NvOptimusEnablement = 1;
|
||||||
__declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1;
|
__declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1;
|
||||||
|
__declspec(dllexport) void NoHotPatch() {} // Disable Nahimic code injection.
|
||||||
}
|
}
|
||||||
|
|
||||||
// Workaround mingw-w64 < 4.0 bug
|
// Workaround mingw-w64 < 4.0 bug
|
||||||
|
|||||||
Reference in New Issue
Block a user