mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
Start implementing ControlMemory
This commit is contained in:
parent
6219abd17a
commit
2128d5060b
4 changed files with 70 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
void Kernel::serviceSVC(u32 svc) {
|
||||
switch (svc) {
|
||||
case 0x01: controlMemory(); break;
|
||||
case 0x21: createAddressArbiter(); break;
|
||||
case 0x23: svcCloseHandle(); break;
|
||||
case 0x38: getResourceLimit(); break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue