mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-23 07:13:00 +12:00
Add nwm::UDS
This commit is contained in:
parent
f37b47f2d0
commit
db50054128
7 changed files with 83 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue