|
|
@ -239,6 +239,12 @@ Hid::Hid(Core::System& system_)
|
|
|
|
{81, &Hid::ResetGyroscopeZeroDriftMode, "ResetGyroscopeZeroDriftMode"},
|
|
|
|
{81, &Hid::ResetGyroscopeZeroDriftMode, "ResetGyroscopeZeroDriftMode"},
|
|
|
|
{82, &Hid::IsSixAxisSensorAtRest, "IsSixAxisSensorAtRest"},
|
|
|
|
{82, &Hid::IsSixAxisSensorAtRest, "IsSixAxisSensorAtRest"},
|
|
|
|
{83, &Hid::IsFirmwareUpdateAvailableForSixAxisSensor, "IsFirmwareUpdateAvailableForSixAxisSensor"},
|
|
|
|
{83, &Hid::IsFirmwareUpdateAvailableForSixAxisSensor, "IsFirmwareUpdateAvailableForSixAxisSensor"},
|
|
|
|
|
|
|
|
{84, nullptr, "EnableSixAxisSensorUnalteredPassthrough"},
|
|
|
|
|
|
|
|
{85, nullptr, "IsSixAxisSensorUnalteredPassthroughEnabled"},
|
|
|
|
|
|
|
|
{86, nullptr, "StoreSixAxisSensorCalibrationParameter"},
|
|
|
|
|
|
|
|
{87, nullptr, "LoadSixAxisSensorCalibrationParameter"},
|
|
|
|
|
|
|
|
{88, nullptr, "GetSixAxisSensorIcInformation"},
|
|
|
|
|
|
|
|
{89, nullptr, "ResetIsSixAxisSensorDeviceNewlyAssigned"},
|
|
|
|
{91, &Hid::ActivateGesture, "ActivateGesture"},
|
|
|
|
{91, &Hid::ActivateGesture, "ActivateGesture"},
|
|
|
|
{100, &Hid::SetSupportedNpadStyleSet, "SetSupportedNpadStyleSet"},
|
|
|
|
{100, &Hid::SetSupportedNpadStyleSet, "SetSupportedNpadStyleSet"},
|
|
|
|
{101, &Hid::GetSupportedNpadStyleSet, "GetSupportedNpadStyleSet"},
|
|
|
|
{101, &Hid::GetSupportedNpadStyleSet, "GetSupportedNpadStyleSet"},
|
|
|
@ -1656,6 +1662,9 @@ public:
|
|
|
|
{12, nullptr, "UnsetTouchScreenAutoPilotState"},
|
|
|
|
{12, nullptr, "UnsetTouchScreenAutoPilotState"},
|
|
|
|
{13, nullptr, "GetTouchScreenConfiguration"},
|
|
|
|
{13, nullptr, "GetTouchScreenConfiguration"},
|
|
|
|
{14, nullptr, "ProcessTouchScreenAutoTune"},
|
|
|
|
{14, nullptr, "ProcessTouchScreenAutoTune"},
|
|
|
|
|
|
|
|
{15, nullptr, "ForceStopTouchScreenManagement"},
|
|
|
|
|
|
|
|
{16, nullptr, "ForceRestartTouchScreenManagement"},
|
|
|
|
|
|
|
|
{17, nullptr, "IsTouchScreenManaged"},
|
|
|
|
{20, nullptr, "DeactivateMouse"},
|
|
|
|
{20, nullptr, "DeactivateMouse"},
|
|
|
|
{21, nullptr, "SetMouseAutoPilotState"},
|
|
|
|
{21, nullptr, "SetMouseAutoPilotState"},
|
|
|
|
{22, nullptr, "UnsetMouseAutoPilotState"},
|
|
|
|
{22, nullptr, "UnsetMouseAutoPilotState"},
|
|
|
|