mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Implement HID::GetSoundVolume
This commit is contained in:
parent
3292b051be
commit
8aa35d2099
2 changed files with 16 additions and 1 deletions
|
@ -71,6 +71,7 @@ class HIDService {
|
|||
void getGyroscopeLowCalibrateParam(u32 messagePointer);
|
||||
void getGyroscopeCoefficient(u32 messagePointer);
|
||||
void getIPCHandles(u32 messagePointer);
|
||||
void getSoundVolume(u32 messagePointer);
|
||||
|
||||
// Don't call these prior to initializing shared mem pls
|
||||
template <typename T>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue