mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +12:00
[APT/CFG/Kernel] Smash Bros stuff
This commit is contained in:
parent
327b071efd
commit
1078253f6c
5 changed files with 32 additions and 9 deletions
|
@ -87,6 +87,9 @@ void CFGService::getConfigInfoBlk2(u32 messagePointer) {
|
|||
} else if (size == 4 && blockID == 0xB0003) { // Coordinates (latidude and longtitude) as s16
|
||||
mem.write16(output, 0); // Latitude
|
||||
mem.write16(output + 2, 0); // Longtitude
|
||||
} else if (size == 2 && blockID == 0xA0001) { // Birthday
|
||||
mem.write8(output, 5); // Month (May)
|
||||
mem.write8(output + 1, 5); // Day (Fifth)
|
||||
} else if (size == 8 && blockID == 0x30001) { // User time offset
|
||||
printf("Read from user time offset field in NAND. TODO: What is this\n");
|
||||
mem.write64(output, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue