mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[MIC] Stub SetIIRFilter (Fixes Hatsune Miku)
This commit is contained in:
parent
c87501f86f
commit
5b90cb7a03
2 changed files with 13 additions and 1 deletions
|
@ -15,6 +15,7 @@ class MICService {
|
|||
void mapSharedMem(u32 messagePointer);
|
||||
void setClamp(u32 messagePointer);
|
||||
void setGain(u32 messagePointer);
|
||||
void setIirFilter(u32 messagePointer);
|
||||
void setPower(u32 messagePointer);
|
||||
void startSampling(u32 messagePointer);
|
||||
void theCaptainToadFunction(u32 messagePointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue