Merge pull request #313 from AnalogSense/fix-analogue-sticks

Fix analogue sticks
This commit is contained in:
lokher 2024-11-06 13:18:56 +08:00 committed by GitHub
commit 9cc6233447
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -175,6 +175,8 @@ static void joystick_action(void) {
else
joystick_set_axis(i, axis_value[i]);
}
joystick_flush();
}
}