remove me_pictureframes check

This commit is contained in:
FutureRave 2023-02-03 22:38:14 +00:00
parent daee11f7e1
commit 2ab237c60a
No known key found for this signature in database
GPG Key ID: 22F9079C86CFAB31

View File

@ -108,6 +108,9 @@ private:
// Some whitelist
utils::hook::nop(0x605F3C, 2);
// Remove "me_pictureframes" censorship
utils::hook::set<std::uint8_t>(0x4149C3, 0xEB);
}
void patch_mp() const
@ -133,6 +136,9 @@ private:
// Some whitelist
utils::hook::nop(0x54641D, 2);
// Remove "me_pictureframes" censorship
utils::hook::set<std::uint8_t>(0x4CC493, 0xEB);
}
void patch_dedi() const