fix outdated description

This commit is contained in:
Morilli 2025-06-02 07:14:24 +02:00
parent 4743a2af87
commit 6c396f964a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ namespace BizHawk.Client.EmuHawk
public FeedbacksBindPanel(IDictionary<string, FeedbackBind> realConfigObject, ICollection<string>? realConfigButtons = null)
{
_realConfigObject = realConfigObject;
_flpMain.Controls.Add(new LabelEx { Text = "To bind, click \"Bind!\", move an axis (e.g. analog stick) on the desired gamepad, and choose from the dropdown.\nNote: haptic feedback won't work if your input method is DirectInput+XInput and your gamepad is shown as \"J#\"." });
_flpMain.Controls.Add(new LabelEx { Text = "To bind, click \"Bind!\", move an axis (e.g. analog stick) on the desired gamepad, and choose from the dropdown." });
var adapter = Input.Instance.Adapter;
foreach (var buttonName in realConfigButtons ?? realConfigObject.Keys)
{