update a comment now that accuracy profile is an option

This commit is contained in:
adelikat 2014-05-18 13:44:58 +00:00
parent e9522af326
commit 0e02a78073
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 = "Performance"; // "Compatibility" is the othe choice, todo: make this an enum
public string Profile = "Performance"; // "Accuracy", and "Compatibility" are the other choicec, todo: make this an enum
public SnesSyncSettings Clone()
{