mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-27 05:43:37 +00:00
Add implementations for previously unimplemented HID functions: * Accelerometer parameter functions (73-78): - SetAccelerometerParameters, GetAccelerometerParameters, ResetAccelerometerParameters - SetAccelerometerPlayMode, GetAccelerometerPlayMode, ResetAccelerometerPlayMode * Six-axis sensor calibration (86): - StoreSixAxisSensorCalibrationParameter * Seven six-axis sensor fusion strength (308-309): - SetSevenSixAxisSensorFusionStrength, GetSevenSixAxisSensorFusionStrength * USB Full Key Controller and battery functions (401-408): - EnableUsbFullKeyController, IsUsbFullKeyControllerConnected - HasBattery, HasLeftRightBattery - GetNpadInterfaceType, GetNpadLeftRightInterfaceType - GetNpadOfHighestBatteryLevel, GetNpadOfHighestBatteryLevelForJoyRight * Digitizer activation (2000): - ActivateDigitizer Signed-off-by: Zephyron <zephyron@citron-emu.org>