[NDM] Stub NDM service

This commit is contained in:
wheremyfoodat 2022-09-22 00:33:54 +03:00
parent aef1520f17
commit 36a30da78d
9 changed files with 84 additions and 10 deletions

View file

@ -15,9 +15,10 @@ namespace KernelHandles {
FS = 0xFFFF8004, // Filesystem service
GPU = 0xFFFF8005, // GPU service
LCD = 0xFFFF8006, // LCD service
NDM = 0xFFFF8007, // ?????
MinServiceHandle = APT,
MaxServiceHandle = LCD,
MaxServiceHandle = NDM,
GSPSharedMemHandle = MaxServiceHandle + 1 // Handle for the GSP shared memory
};