From dccefd707a3ec894ccf4771e5d61c0398cde5f59 Mon Sep 17 00:00:00 2001 From: usergithub64 <58270614+usergithub64@users.noreply.github.com> Date: Sun, 13 Jul 2025 11:50:04 +0300 Subject: [PATCH] Update joystick_standard.c --- src/game/joystick_standard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/joystick_standard.c b/src/game/joystick_standard.c index 46888b790..8136935ea 100644 --- a/src/game/joystick_standard.c +++ b/src/game/joystick_standard.c @@ -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,