Line 128: |
Line 128: |
| | 202 || [[#GetActualVibrationValue]] | | | 202 || [[#GetActualVibrationValue]] |
| |- | | |- |
− | | 203 || CreateActiveVibrationDeviceList | + | | 203 || [[#CreateActiveVibrationDeviceList]] |
| |- | | |- |
| | 204 || [[#PermitVibration]] | | | 204 || [[#PermitVibration]] |
Line 179: |
Line 179: |
| == GetActualVibrationValue == | | == GetActualVibrationValue == |
| Takes a PID-descriptor, a [[#VibrationDeviceHandle]], and an u64 [[AM_services|AppletResourceUserId]]. Returns an output [[#VibrationValue]]. | | Takes a PID-descriptor, a [[#VibrationDeviceHandle]], and an u64 [[AM_services|AppletResourceUserId]]. Returns an output [[#VibrationValue]]. |
| + | |
| + | == CreateActiveVibrationDeviceList == |
| + | No input. Returns an [[#IActiveVibrationDeviceList]]. |
| | | |
| == PermitVibration == | | == PermitVibration == |
Line 211: |
Line 214: |
| === GetSharedMemoryHandle === | | === GetSharedMemoryHandle === |
| No input. Returned a [[HID_Shared_Memory|sharedmem]] handle. | | No input. Returned a [[HID_Shared_Memory|sharedmem]] handle. |
| + | |
| + | == IActiveVibrationDeviceList == |
| + | This is "nn::hid::IActiveVibrationDeviceList". |
| + | |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Cmd || Name |
| + | |- |
| + | | 0 || [[#ActivateVibrationDevice]] |
| + | |} |
| + | |
| + | === ActivateVibrationDevice === |
| + | Takes an input [[#VibrationDeviceHandle]]. No output. |
| | | |
| = hid:dbg = | | = hid:dbg = |