Fix shutdown

This commit is contained in:
momo5502 2021-02-16 20:21:54 +01:00
parent 7eb25a0534
commit c5a72056e7
2 changed files with 3 additions and 3 deletions

View File

@ -120,7 +120,7 @@ namespace arxan
{
if (function == "SetThreadContext")
{
return set_thread_context_stub;
//return set_thread_context_stub;
}
return nullptr;

View File

@ -47,7 +47,7 @@ namespace branding
ui_get_formatted_build_number_hook.create(
SELECT_VALUE(0x14035B3F0, 0x1404A8950), ui_get_formatted_build_number_stub);
scheduler::loop([]()
/*scheduler::loop([]()
{
const auto x = 4;
const auto y = 4;
@ -62,7 +62,7 @@ namespace branding
game::R_AddCmdDrawText(text, 0x7FFFFFFF, font, static_cast<float>(x),
y + static_cast<float>(font->pixelHeight) * scale,
scale, scale, 0.0f, color, 0);
}, scheduler::pipeline::renderer);
}, scheduler::pipeline::renderer);*/
}
};
} // namespace branding