mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[Kernel] Register CreateMutex in the SVC table
This commit is contained in:
parent
015343a848
commit
72132cd97e
3 changed files with 9 additions and 0 deletions
|
@ -82,6 +82,7 @@ class Kernel {
|
|||
void clearEvent();
|
||||
void createAddressArbiter();
|
||||
void createEvent();
|
||||
void createMutex();
|
||||
void createThread();
|
||||
void controlMemory();
|
||||
void duplicateHandle();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue