default bsnes core to 1 controller (didn't test this since latest master doesn't compile)

This commit is contained in:
adelikat 2021-04-13 18:14:31 -05:00
parent e6c33e676a
commit b1f2ec77fb
1 changed files with 1 additions and 1 deletions

View File

@ -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;