mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[Kernel] Stub MapMemoryBlock, hopefully touch the memory allocator for the last time in a while
This commit is contained in:
parent
45c016d12e
commit
765b51696e
6 changed files with 233 additions and 109 deletions
|
@ -17,7 +17,9 @@ namespace KernelHandles {
|
|||
LCD = 0xFFFF8006, // LCD service
|
||||
|
||||
MinServiceHandle = APT,
|
||||
MaxServiceHandle = LCD
|
||||
MaxServiceHandle = LCD,
|
||||
|
||||
GSPSharedMemHandle = MaxServiceHandle + 1 // Handle for the GSP shared memory
|
||||
};
|
||||
|
||||
// Returns whether "handle" belongs to one of the OS services
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue