SNES - Make performance core the default
This commit is contained in:
parent
578cc2c850
commit
e51e8dead5
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue