[Kernel] Stub MapMemoryBlock, hopefully touch the memory allocator for the last time in a while

This commit is contained in:
wheremyfoodat 2022-09-19 14:15:24 +03:00
parent 45c016d12e
commit 765b51696e
6 changed files with 233 additions and 109 deletions

View file

@ -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