Compare commits

..

1 commit

Author SHA1 Message Date
DekoKiyo
31221359c7
Merge fef3284adb into 349b1f38aa 2024-06-22 08:50:33 +00:00

View file

@ -181,10 +181,6 @@ INITIALIZE_PLUGIN() {
for (const auto &patch: url_patches) { for (const auto &patch: url_patches) {
write_string(patch.address, patch.url); write_string(patch.address, patch.url);
} }
// IOS-NIM-BOSS GlobalPolicyList->state: poking this forces a refresh after we changed the url
Mocha_IOSUKernelWrite32(0xE24B3D90, 4);
DEBUG_FUNCTION_LINE_VERBOSE("Pretendo URL and NoSSL patches applied successfully."); DEBUG_FUNCTION_LINE_VERBOSE("Pretendo URL and NoSSL patches applied successfully.");
ShowNotification(get_pretendo_message()); ShowNotification(get_pretendo_message());