fix: add back this patch cuz idk

This commit is contained in:
2026-09-10 08:24:14 +02:00
parent 02ba3b3663
commit b54b3f51af
+5
View File
@@ -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();
}