SNES - Make performance core the default

This commit is contained in:
adelikat 2014-05-14 12:47:36 +00:00
parent 578cc2c850
commit e51e8dead5
1 changed files with 1 additions and 1 deletions

View File

@ -1119,7 +1119,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.SNES
public class SnesSyncSettings
{
public string Profile = "Compatibility";
public string Profile = "Performance"; // "Compatibility" is the othe choice, todo: make this an enum
public SnesSyncSettings Clone()
{