HID services: Difference between revisions
Line 172: | Line 172: | ||
| 305 || [5.0.0+] StopSevenSixAxisSensor | | 305 || [5.0.0+] StopSevenSixAxisSensor | ||
|- | |- | ||
| 306 || [5.0.0+] InitializeSevenSixAxisSensor | | 306 || [5.0.0+] [[#InitializeSevenSixAxisSensor]] | ||
|- | |- | ||
| 307 || [5.0.0+] FinalizeSevenSixAxisSensor | | 307 || [5.0.0+] FinalizeSevenSixAxisSensor | ||
Line 322: | Line 322: | ||
== IsVibrationDeviceMounted == | == IsVibrationDeviceMounted == | ||
Takes a total of 0x10-bytes of input and a PID, returns an output u8 bool. | Takes a total of 0x10-bytes of input and a PID, returns an output u8 bool. | ||
== InitializeSevenSixAxisSensor == | |||
Takes a PID, an u64 [[AM_services|AppletResourceUserId]], two u64s for the size of each TransferMemory, and two TransferMemory handles. No output. | |||
The size of the first TransferMemory is 0x1000 with MemoryPermission=read-only, while the second one has size 0x7F000 with MemoryPermission=none. | |||
== VibrationDeviceHandle == | == VibrationDeviceHandle == |