Merge pull request #360 from wheremyfoodat/helpme

Implement SVC 0x3B (GetThreadContext)
This commit is contained in:
wheremyfoodat 2024-01-02 18:10:46 +02:00 committed by GitHub
commit 281a7eefbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View file

@ -146,6 +146,7 @@ public:
void getResourceLimitCurrentValues();
void getSystemInfo();
void getSystemTick();
void getThreadContext();
void getThreadID();
void getThreadIdealProcessor();
void getThreadPriority();