Compare commits

...

2 commits

Author SHA1 Message Date
TraceEntertains
8c36e8cc5d
Merge 9e3f4d37d2 into b239ae82db 2024-05-12 19:28:58 +02:00
Pancake-Pal-Productions
9e3f4d37d2 Update some stuff, cant test have to go 2024-05-12 13:28:53 -04:00
2 changed files with 1 additions and 2 deletions

View file

@ -36,6 +36,7 @@ static const URL_Patch url_patches[] = {
{0xE22B3FFC, "https://nus.c.shop.pretendo.cc/nus/services/NetUpdateSOAP"}, {0xE22B3FFC, "https://nus.c.shop.pretendo.cc/nus/services/NetUpdateSOAP"},
{0xE229DE0C, "n.app.pretendo.cc"}, {0xE229DE0C, "n.app.pretendo.cc"},
//nim-boss .bss //nim-boss .bss
{0xE24B8A24, "https://nppl.app.pretendo.cc/p01/policylist/1/1/UNK"},
{0xE31930D4, "https://%s%saccount.pretendo.cc/v%u/api/"} {0xE31930D4, "https://%s%saccount.pretendo.cc/v%u/api/"}
}; };

View file

@ -135,7 +135,6 @@ static const char * get_pretendo_message() {
} }
INITIALIZE_PLUGIN() { INITIALIZE_PLUGIN() {
WHBLogModuleInit();
WHBLogCafeInit(); WHBLogCafeInit();
WHBLogUdpInit(); WHBLogUdpInit();
@ -202,7 +201,6 @@ DEINITIALIZE_PLUGIN() {
NotificationModule_DeInitLibrary(); NotificationModule_DeInitLibrary();
FunctionPatcher_DeInitLibrary(); FunctionPatcher_DeInitLibrary();
WHBLogModuleDeinit();
WHBLogCafeDeinit(); WHBLogCafeDeinit();
WHBLogUdpDeinit(); WHBLogUdpDeinit();
} }