mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-03 02:34:48 +12:00
[HID] Implement DisableAccelerometer/DisableGyroscopeLow
This commit is contained in:
parent
f262cf2836
commit
14356902ab
2 changed files with 22 additions and 0 deletions
include/services
|
@ -63,6 +63,8 @@ class HIDService {
|
|||
MAKE_LOG_FUNCTION(log, hidLogger)
|
||||
|
||||
// Service commands
|
||||
void disableAccelerometer(u32 messagePointer);
|
||||
void disableGyroscopeLow(u32 messagePointer);
|
||||
void enableAccelerometer(u32 messagePointer);
|
||||
void enableGyroscopeLow(u32 messagePointer);
|
||||
void getGyroscopeLowCalibrateParam(u32 messagePointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue