mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-06 04:04:49 +12:00
Merge pull request #276 from wheremyfoodat/download-play
Don't die on ns:s, add wifi level config mem address
This commit is contained in:
commit
011dd1b5d9
4 changed files with 5 additions and 0 deletions
include/kernel
|
@ -19,6 +19,7 @@ namespace ConfigMem {
|
|||
HardwareType = 0x1FF81004,
|
||||
Datetime0 = 0x1FF81020,
|
||||
WifiMac = 0x1FF81060,
|
||||
WifiLevel = 0x1FF81066,
|
||||
NetworkState = 0x1FF81067,
|
||||
SliderState3D = 0x1FF81080,
|
||||
LedState3D = 0x1FF81084,
|
||||
|
|
|
@ -36,6 +36,7 @@ namespace KernelHandles {
|
|||
NFC, // NFC (Duh), used for Amiibo
|
||||
NIM, // Updates, DLC, etc
|
||||
NDM, // ?????
|
||||
NS_S, // Nintendo Shell service
|
||||
NWM_UDS, // Local multiplayer
|
||||
NEWS_U, // This service literally has 1 command (AddNotification) and I don't even understand what it does
|
||||
PTM_U, // PTM service (Used for accessing various console info, such as battery, shell and pedometer state)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue