fix outdated description
This commit is contained in:
parent
4743a2af87
commit
6c396f964a
|
@ -18,7 +18,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
public FeedbacksBindPanel(IDictionary<string, FeedbackBind> realConfigObject, ICollection<string>? realConfigButtons = null)
|
public FeedbacksBindPanel(IDictionary<string, FeedbackBind> realConfigObject, ICollection<string>? realConfigButtons = null)
|
||||||
{
|
{
|
||||||
_realConfigObject = realConfigObject;
|
_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;
|
var adapter = Input.Instance.Adapter;
|
||||||
foreach (var buttonName in realConfigButtons ?? realConfigObject.Keys)
|
foreach (var buttonName in realConfigButtons ?? realConfigObject.Keys)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue