mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-06 04:04:49 +12:00
[Kernel] Implement SetThreadPriority
This commit is contained in:
parent
bb9a50ab31
commit
1147824709
3 changed files with 29 additions and 0 deletions
include/kernel
|
@ -98,6 +98,7 @@ class Kernel {
|
|||
void getThreadPriority();
|
||||
void releaseMutex();
|
||||
void sendSyncRequest();
|
||||
void setThreadPriority();
|
||||
void signalEvent();
|
||||
void svcCloseHandle();
|
||||
void svcSleepThread();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue