Add slstart, slend to regular settings in pce fast
This commit is contained in:
parent
b3234d029c
commit
3faff4811c
|
@ -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>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue