From e51e8dead544ab09690506a11f020deae357103b Mon Sep 17 00:00:00 2001 From: adelikat Date: Wed, 14 May 2014 12:47:36 +0000 Subject: [PATCH] SNES - Make performance core the default --- BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs index b96def8f09..8dea3128a3 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/SNES/LibsnesCore.cs @@ -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() {