mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-08-18 11:37:02 +02:00
feat(spotpass): Force BOSS policy list refresh on each boot
hours in ghidra for a single line of code
This commit is contained in:
parent
349b1f38aa
commit
3f59781bd8
1 changed files with 4 additions and 0 deletions
|
|
@ -177,6 +177,10 @@ INITIALIZE_PLUGIN() {
|
|||
for (const auto &patch: url_patches) {
|
||||
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.");
|
||||
|
||||
ShowNotification(get_pretendo_message());
|
||||
|
|
|
|||
Loading…
Reference in a new issue