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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user