[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

@@ -50,6 +50,7 @@ class DSPService {
// Service functions
void convertProcessAddressFromDspDram(u32 messagePointer); // Nice function name
void getHeadphoneStatus(u32 messagePointer);
void getSemaphoreHandle(u32 messagePointer);
void loadComponent(u32 messagePointer);
void readPipeIfPossible(u32 messagePointer);