bsnes - default to compatibility profile

This commit is contained in:
adelikat 2017-06-04 13:29:47 -05:00
parent 18a240227a
commit 0c9925a369
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.SNES
public class SnesSyncSettings
{
public string Profile { get; set; } = "Performance"; // "Accuracy", and "Compatibility" are the other choicec, todo: make this an enum
public string Profile { get; set; } = "Compatibility"; // "Accuracy", and "Compatibility" are the other choicec, todo: make this an enum
public LibsnesControllerDeck.ControllerType LeftPort { get; set; } = LibsnesControllerDeck.ControllerType.Gamepad;
public LibsnesControllerDeck.ControllerType RightPort { get; set; } = LibsnesControllerDeck.ControllerType.Gamepad;