mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
[Memory] Stub 3D state LED
This commit is contained in:
parent
85b7ebae6f
commit
35c4590104
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@ namespace ConfigMem {
|
|||
KernelVersionMinor = 0x1FF80002,
|
||||
KernelVersionMajor = 0x1FF80003,
|
||||
AppMemAlloc = 0x1FF80040,
|
||||
Datetime0 = 0x1FF81020
|
||||
Datetime0 = 0x1FF81020,
|
||||
LedState3D = 0x1FF81084
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue