Merge pull request from wheremyfoodat/download-play

Don't die on ns:s, add wifi level config mem address
This commit is contained in:
wheremyfoodat 2023-09-14 23:45:32 +03:00 committed by GitHub
commit 011dd1b5d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 0 deletions

View file

@ -19,6 +19,7 @@ namespace ConfigMem {
HardwareType = 0x1FF81004,
Datetime0 = 0x1FF81020,
WifiMac = 0x1FF81060,
WifiLevel = 0x1FF81066,
NetworkState = 0x1FF81067,
SliderState3D = 0x1FF81080,
LedState3D = 0x1FF81084,

View file

@ -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)