HID services: Difference between revisions
Narr the reg (talk | contribs) Add SixAxis 13.0.0 function parameters |
Narr the reg (talk | contribs) replace u32 with NpadIdType where applicable |
||
Line 541: | Line 541: | ||
== SetNpadJoyAssignmentModeSingleByDefault == | == SetNpadJoyAssignmentModeSingleByDefault == | ||
Takes a PID-descriptor, | Takes a PID-descriptor, a [[#NpadIdType]], and an [[AM_services|AppletResourceUserId]]. No output. | ||
This eventually calls the same func as [[#SetNpadJoyAssignmentModeSingle]], except with [[#NpadJoyDeviceType]]=0. | This eventually calls the same func as [[#SetNpadJoyAssignmentModeSingle]], except with [[#NpadJoyDeviceType]]=0. | ||
== SetNpadJoyAssignmentModeSingle == | == SetNpadJoyAssignmentModeSingle == | ||
Takes a PID-descriptor, | Takes a PID-descriptor, a [[#NpadIdType]], [[AM_services|AppletResourceUserId]], and s64 [[#NpadJoyDeviceType]]. No output. | ||
This eventually runs the same code as [[#SetNpadJoyAssignmentModeSingleWithDestination]], except the output fields aren't exposed. | This eventually runs the same code as [[#SetNpadJoyAssignmentModeSingleWithDestination]], except the output fields aren't exposed. | ||
== SetNpadJoyAssignmentModeDual == | == SetNpadJoyAssignmentModeDual == | ||
Takes a PID-descriptor, | Takes a PID-descriptor, a [[#NpadIdType]], and an [[AM_services|AppletResourceUserId]]. No output. | ||
== MergeSingleJoyAsDualJoy == | == MergeSingleJoyAsDualJoy == | ||
Takes a PID-descriptor, two | Takes a PID-descriptor, two [[#NpadIdType]], and an [[AM_services|AppletResourceUserId]]. No output. | ||
== StartLrAssignmentMode == | == StartLrAssignmentMode == |