revert this logic in snes controller config
This commit is contained in:
parent
a46acca981
commit
15e9a9174c
|
@ -62,9 +62,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
var leftPort = (LibsnesControllerDeck.ControllerType)Enum.Parse(typeof(LibsnesControllerDeck.ControllerType), Port1ComboBox.SelectedItem.ToString());
|
||||
var rightPort = (LibsnesControllerDeck.ControllerType)Enum.Parse(typeof(LibsnesControllerDeck.ControllerType), Port2ComboBox.SelectedItem.ToString());
|
||||
ToggleMouseSection(
|
||||
leftPort == LibsnesControllerDeck.ControllerType.Mouse || leftPort == LibsnesControllerDeck.ControllerType.SuperScope
|
||||
|| rightPort == LibsnesControllerDeck.ControllerType.Mouse || rightPort == LibsnesControllerDeck.ControllerType.SuperScope);
|
||||
ToggleMouseSection(leftPort == LibsnesControllerDeck.ControllerType.Mouse
|
||||
|| rightPort == LibsnesControllerDeck.ControllerType.Mouse);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue