mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-17 09:13:57 +12:00
Implement SVC 0x3B (GetThreadContext)
This commit is contained in:
parent
46f92f145f
commit
1430f1c4c2
3 changed files with 9 additions and 0 deletions
include/kernel
|
@ -146,6 +146,7 @@ public:
|
|||
void getResourceLimitCurrentValues();
|
||||
void getSystemInfo();
|
||||
void getSystemTick();
|
||||
void getThreadContext();
|
||||
void getThreadID();
|
||||
void getThreadIdealProcessor();
|
||||
void getThreadPriority();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue