Update joystick_standard.c

This commit is contained in:
usergithub64
2025-07-13 11:50:04 +03:00
committed by GitHub
parent aab3b1d822
commit dccefd707a

View File

@@ -293,7 +293,7 @@ const joystick_if_t joystick_2axis_2button = {
};
const joystick_if_t joystick_2button_gamepad = {
.name = "2-button gamepad",
.name = "2-button gamepad(s)",
.internal_name = "2button_gamepad",
.init = joystick_standard_init,
.close = joystick_standard_close,