[Kernel] Implement GetHeadphoneStatus, stub SignalEvent

This commit is contained in:
wheremyfoodat 2022-10-10 23:08:43 +03:00
parent f858107dd0
commit e02ef8a213
5 changed files with 34 additions and 1 deletions

View file

@ -114,6 +114,7 @@ class Kernel {
void getThreadID();
void releaseMutex();
void sendSyncRequest();
void signalEvent();
void svcCloseHandle();
void connectToPort();
void outputDebugString();