mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[Kernel] Implement GetHeadphoneStatus, stub SignalEvent
This commit is contained in:
parent
f858107dd0
commit
e02ef8a213
5 changed files with 34 additions and 1 deletions
|
@ -114,6 +114,7 @@ class Kernel {
|
|||
void getThreadID();
|
||||
void releaseMutex();
|
||||
void sendSyncRequest();
|
||||
void signalEvent();
|
||||
void svcCloseHandle();
|
||||
void connectToPort();
|
||||
void outputDebugString();
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue