From ecfd143a26967dfc5e2d1f5678b3ed9ef6970372 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 5 Nov 2024 11:36:17 -0800 Subject: [PATCH] testcontroller: update the controller name when it's opened as a gamepad --- test/testcontroller.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testcontroller.c b/test/testcontroller.c index 74c4ed10d..6b5874156 100644 --- a/test/testcontroller.c +++ b/test/testcontroller.c @@ -1077,6 +1077,7 @@ static void HandleGamepadAdded(SDL_JoystickID id, bool verbose) } HandleGamepadRemapped(id); + SetController(id); } static void HandleGamepadRemoved(SDL_JoystickID id)