Add AM and NIM services

This commit is contained in:
wheremyfoodat 2023-01-06 03:44:04 +02:00
parent f965dea916
commit 64de1391ab
9 changed files with 136 additions and 8 deletions

View file

@ -10,7 +10,8 @@ namespace KernelHandles {
// Hardcoded handles
CurrentThread = 0xFFFF8000, // Used by the original kernel
CurrentProcess = 0xFFFF8001, // Used by the original kernel
AC, // Something network related
AC, // Something network related
AM, // Application manager
APT, // App Title something service?
BOSS, // Streetpass stuff?
CECD, // More Streetpass stuff?
@ -22,6 +23,7 @@ namespace KernelHandles {
DSP, // DSP service (Used for audio decoding and output)
LCD, // LCD service (Used for configuring the displays)
MIC, // MIC service (Controls the microphone)
NIM, // Updates, DLC, etc
NDM, // ?????
PTM, // PTM service (Used for accessing various console info, such as battery, shell and pedometer state)