From 9f56e03441b359fd07028e611e1f0e80bd62428a Mon Sep 17 00:00:00 2001 From: KamFretoZ <14798312+kamfretoz@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:59:41 +0700 Subject: [PATCH] Qt: Rename NeGcon Rumble controller name --- src/core/negcon_rumble.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/negcon_rumble.cpp b/src/core/negcon_rumble.cpp index 00f3f3842..9820be727 100644 --- a/src/core/negcon_rumble.cpp +++ b/src/core/negcon_rumble.cpp @@ -761,7 +761,7 @@ static const SettingInfo s_settings[] = { const Controller::ControllerInfo NeGconRumble::INFO = {ControllerType::NeGconRumble, "NeGconRumble", - TRANSLATE_NOOP("ControllerType", "NeGcon with Rumble"), + TRANSLATE_NOOP("ControllerType", "NeGcon (Rumble)"), ICON_PF_GAMEPAD, s_binding_info, s_settings,