Add slstart, slend to regular settings in pce fast

This commit is contained in:
nattthebear 2020-06-03 18:37:20 -04:00
parent b3234d029c
commit 3faff4811c
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@ namespace BizHawk.Emulation.Cores.Consoles.NEC.PCE
{ "nyma.rtcinitialtime", null },
{ "nyma.rtcrealtime", null },
};
protected override ISet<string> NonSyncSettingNames { get; } = new HashSet<string>
{
"pce_fast.slstart", "pce_fast.slend",
};
protected override IDictionary<string, string> ButtonNameOverrides { get; } = new Dictionary<string, string>
{