default bsnes core to 1 controller (didn't test this since latest master doesn't compile)
This commit is contained in:
parent
e6c33e676a
commit
b1f2ec77fb
|
@ -68,7 +68,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.SNES
|
|||
public class SnesSyncSettings
|
||||
{
|
||||
public LibsnesControllerDeck.ControllerType LeftPort { get; set; } = LibsnesControllerDeck.ControllerType.Gamepad;
|
||||
public LibsnesControllerDeck.ControllerType RightPort { get; set; } = LibsnesControllerDeck.ControllerType.Gamepad;
|
||||
public LibsnesControllerDeck.ControllerType RightPort { get; set; } = LibsnesControllerDeck.ControllerType.Unplugged;
|
||||
|
||||
public bool LimitAnalogChangeSensitivity { get; set; } = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue