[AC] Add service + SetClientVersion

This commit is contained in:
wheremyfoodat 2023-01-05 21:41:52 +02:00
parent 400db8ef0a
commit 94fe205c48
7 changed files with 62 additions and 5 deletions
include/kernel

View file

@ -10,6 +10,7 @@ namespace KernelHandles {
// Hardcoded handles
CurrentThread = 0xFFFF8000, // Used by the original kernel
CurrentProcess = 0xFFFF8001, // Used by the original kernel
AC,
APT, // App Title something service?
CECD, // Streetpass stuff?
CFG, // CFG service (Console & region info)
@ -22,7 +23,7 @@ namespace KernelHandles {
NDM, // ?????
PTM, // PTM service (Used for accessing various console info, such as battery, shell and pedometer state)
MinServiceHandle = APT,
MinServiceHandle = AC,
MaxServiceHandle = PTM,
GSPSharedMemHandle = MaxServiceHandle + 1, // Handle for the GSP shared memory