From 1b022c0686f2d2516d96b030c43894707bb4c7c3 Mon Sep 17 00:00:00 2001 From: shakkar23 <37321360+shakkar23@users.noreply.github.com> Date: Mon, 15 Jun 2020 20:25:27 -0700 Subject: [PATCH] Update hid.h not very confident that my code works, --- nx/include/switch/services/hid.h | 1 + 1 file changed, 1 insertion(+) diff --git a/nx/include/switch/services/hid.h b/nx/include/switch/services/hid.h index c85e13ca..b8b1047b 100644 --- a/nx/include/switch/services/hid.h +++ b/nx/include/switch/services/hid.h @@ -811,6 +811,7 @@ void hidTouchRead(touchPosition *pos, u32 point_id); void hidJoystickRead(JoystickPosition *pos, HidControllerID id, HidControllerJoystick stick); u32 hidSixAxisSensorValuesRead(SixAxisSensorValues *values, HidControllerID id, u32 num_entries); +u32 hidSixAxisSensorValuesWrite(SixAxisSensorValues *values, HidControllerID id, u32 num_entries); /// This can be used to check what CONTROLLER_P1_AUTO uses. /// Returns 0 when CONTROLLER_PLAYER_1 is connected, otherwise returns 1 for handheld-mode.