mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-04 10:18:28 +00:00
Initial impl for createEvent SVC
This commit is contained in:
parent
68698ae7a7
commit
a91035abf4
6 changed files with 28 additions and 2 deletions
|
@ -49,6 +49,7 @@ class Kernel {
|
|||
return handleCounter++;
|
||||
}
|
||||
|
||||
Handle makeEvent(u32 resetType);
|
||||
Handle makeProcess();
|
||||
Handle makePort(const char* name);
|
||||
Handle makeSession(Handle port);
|
||||
|
@ -63,8 +64,9 @@ class Kernel {
|
|||
std::string getProcessName(u32 pid);
|
||||
|
||||
// SVC implementations
|
||||
void controlMemory();
|
||||
void createAddressArbiter();
|
||||
void createEvent();
|
||||
void controlMemory();
|
||||
void getResourceLimit();
|
||||
void getResourceLimitLimitValues();
|
||||
void getResourceLimitCurrentValues();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue