diff --git a/src/client/component/patches.cpp b/src/client/component/patches.cpp index 9fdfaac..4bbef0f 100644 --- a/src/client/component/patches.cpp +++ b/src/client/component/patches.cpp @@ -253,6 +253,11 @@ namespace patches // nop call to SetThreadExecutionState for good luck (???) utils::hook::nop(0x140504A2B, 6); + // They are lying, this cannot actually fix a black screen on startup :( + scheduler::loop([]() + { + SetThreadExecutionState(ES_DISPLAY_REQUIRED); + }, scheduler::pipeline::main); patch_mp(); }