mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +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
|
@ -7,6 +7,7 @@ void Kernel::serviceSVC(u32 svc) {
|
|||
case 0x01: controlMemory(); break;
|
||||
case 0x02: queryMemory(); break;
|
||||
case 0x17: createEvent(); break;
|
||||
case 0x1F: mapMemoryBlock(); break;
|
||||
case 0x21: createAddressArbiter(); break;
|
||||
case 0x23: svcCloseHandle(); break;
|
||||
case 0x2D: connectToPort(); break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue