Add nwm::UDS

This commit is contained in:
wheremyfoodat 2023-09-10 17:33:21 +03:00
parent f37b47f2d0
commit db50054128
7 changed files with 83 additions and 4 deletions

View file

@ -121,6 +121,8 @@ void CFGService::getConfigInfoBlk2(u32 messagePointer) {
}
} else if (size == 4 && blockID == 0x170000) { // Miiverse access key
mem.write32(output, 0);
} else if (size == 8 && blockID == 0x00090000) {
mem.write64(output, 0); // Some sort of key used with nwm::UDS::InitializeWithVersion
} else {
Helpers::panic("Unhandled GetConfigInfoBlk2 configuration. Size = %d, block = %X", size, blockID);
}