fix: add back this patch cuz idk
This commit is contained in:
@@ -253,6 +253,11 @@ namespace patches
|
|||||||
|
|
||||||
// nop call to SetThreadExecutionState for good luck (???)
|
// nop call to SetThreadExecutionState for good luck (???)
|
||||||
utils::hook::nop(0x140504A2B, 6);
|
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();
|
patch_mp();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user