mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-05 02:32:34 +00:00
[Kernel] Hopefully implement the QueryMemory svc remotely correctly
This commit is contained in:
parent
6bb2bd67df
commit
45c016d12e
7 changed files with 92 additions and 3 deletions
|
@ -69,6 +69,8 @@ class Kernel {
|
|||
void createAddressArbiter();
|
||||
void createEvent();
|
||||
void controlMemory();
|
||||
void mapMemoryBlock();
|
||||
void queryMemory();
|
||||
void getResourceLimit();
|
||||
void getResourceLimitLimitValues();
|
||||
void getResourceLimitCurrentValues();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue