From b54b3f51aff244a27d309bc0775f450aa236c2f3 Mon Sep 17 00:00:00 2001 From: diamante0018 Date: Thu, 10 Sep 2026 08:24:14 +0200 Subject: [PATCH] fix: add back this patch cuz idk --- src/client/component/patches.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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(); }