Compare commits

..

1 commit

Author SHA1 Message Date
TraceEntertains
408e371352
Merge f8bc367e92 into b239ae82db 2024-05-08 15:23:28 -04:00
2 changed files with 2 additions and 1 deletions

View file

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

View file

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