mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-08 07:05:40 +12:00
[CFG] Add Miiverse access key
This commit is contained in:
parent
8d5a3d6197
commit
25a42dd087
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ void CFGService::getConfigInfoBlk2(u32 messagePointer) {
|
|||
for (u32 i = 0; i < size; i += 4) {
|
||||
mem.write32(output + i, 0);
|
||||
}
|
||||
} else if (size == 4 && blockID == 0x170000) { // Miiverse access key
|
||||
mem.write32(output, 0);
|
||||
} else {
|
||||
Helpers::panic("Unhandled GetConfigInfoBlk2 configuration. Size = %d, block = %X", size, blockID);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue