mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-04 15:18:52 +00:00
Add news:s service handle
This commit is contained in:
parent
ceb70c0a44
commit
b069bedcd7
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,7 @@ namespace KernelHandles {
|
||||||
NDM, // ?????
|
NDM, // ?????
|
||||||
NS_S, // Nintendo Shell service
|
NS_S, // Nintendo Shell service
|
||||||
NWM_UDS, // Local multiplayer
|
NWM_UDS, // Local multiplayer
|
||||||
|
NEWS_S, // news:u on steroids
|
||||||
NEWS_U, // This service literally has 1 command (AddNotification) and I don't even understand what it does
|
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)
|
PTM_U, // PTM service (Used for accessing various console info, such as battery, shell and pedometer state)
|
||||||
PTM_SYSM, // PTM system service
|
PTM_SYSM, // PTM system service
|
||||||
|
@ -97,6 +98,7 @@ namespace KernelHandles {
|
||||||
case MCU_HWC: return "MCU::HWC";
|
case MCU_HWC: return "MCU::HWC";
|
||||||
case MIC: return "MIC";
|
case MIC: return "MIC";
|
||||||
case NDM: return "NDM";
|
case NDM: return "NDM";
|
||||||
|
case NEWS_S: return "NEWS_S";
|
||||||
case NEWS_U: return "NEWS_U";
|
case NEWS_U: return "NEWS_U";
|
||||||
case NWM_UDS: return "nwm::UDS";
|
case NWM_UDS: return "nwm::UDS";
|
||||||
case NFC: return "NFC";
|
case NFC: return "NFC";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue