Patch bug in dedi

This commit is contained in:
FutureRave 2022-03-22 10:51:37 +00:00
parent 6635218dce
commit 6e9e974a35
No known key found for this signature in database
GPG Key ID: E883E2BC9657D955

View File

@ -44,6 +44,7 @@ private:
void patch_dedi() const
{
utils::hook::nop(0x4FE051, 5);
}
static __declspec(noreturn) void long_jump_stub(jmp_buf buf, const int value) noexcept(false)