mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[NDM] Stub NDM service
This commit is contained in:
parent
aef1520f17
commit
36a30da78d
9 changed files with 84 additions and 10 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue