mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2025-04-02 11:02:05 -04:00
Compare commits
3 commits
ad5df9f44b
...
0c5a0f8d55
Author | SHA1 | Date | |
---|---|---|---|
|
0c5a0f8d55 | ||
|
538fc25014 | ||
|
3f59781bd8 |
1 changed files with 6 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
#include <gx2/surface.h>
|
#include <gx2/surface.h>
|
||||||
|
|
||||||
#define INKAY_VERSION "v2.5.0"
|
#define INKAY_VERSION "v2.6.0"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Mandatory plugin information.
|
Mandatory plugin information.
|
||||||
|
@ -59,7 +59,7 @@ WUPS_PLUGIN_NAME("Inkay");
|
||||||
WUPS_PLUGIN_DESCRIPTION("Pretendo Network Patcher");
|
WUPS_PLUGIN_DESCRIPTION("Pretendo Network Patcher");
|
||||||
WUPS_PLUGIN_VERSION(INKAY_VERSION);
|
WUPS_PLUGIN_VERSION(INKAY_VERSION);
|
||||||
WUPS_PLUGIN_AUTHOR("Pretendo contributors");
|
WUPS_PLUGIN_AUTHOR("Pretendo contributors");
|
||||||
WUPS_PLUGIN_LICENSE("ISC");
|
WUPS_PLUGIN_LICENSE("GPLv3");
|
||||||
|
|
||||||
WUPS_USE_STORAGE("inkay");
|
WUPS_USE_STORAGE("inkay");
|
||||||
|
|
||||||
|
@ -181,6 +181,10 @@ 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());
|
||||||
|
|
Loading…
Add table
Reference in a new issue