Controller Config - properly prune analog buttons that aren't in the curent configuration
This commit is contained in:
parent
d3ff7a2e7a
commit
45b2fcb8af
|
@ -136,7 +136,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
if (buckets[0].Count == controllerButtons.Count)
|
||||
{
|
||||
// everything went into bucket 0, so make no tabs at all
|
||||
dest.Controls.Add(createpanel(settings, null, dest.Size));
|
||||
dest.Controls.Add(createpanel(settings, controllerButtons.ToList(), dest.Size));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue