Implement HID::GetSoundVolume

This commit is contained in:
wheremyfoodat 2023-08-20 14:18:30 +03:00
parent 3292b051be
commit 8aa35d2099
2 changed files with 16 additions and 1 deletions

View file

@ -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>