mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[MIC] Add GetPower
This commit is contained in:
parent
ef22fd91da
commit
92a1f18af7
2 changed files with 11 additions and 0 deletions
|
@ -17,6 +17,7 @@ class MICService {
|
|||
// Service commands
|
||||
void getEventHandle(u32 messagePointer);
|
||||
void getGain(u32 messagePointer);
|
||||
void getPower(u32 messagePointer);
|
||||
void isSampling(u32 messagePointer);
|
||||
void mapSharedMem(u32 messagePointer);
|
||||
void setClamp(u32 messagePointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue