update a comment now that accuracy profile is an option
This commit is contained in:
parent
e9522af326
commit
0e02a78073
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue