From 3faff4811c187679ec901e0a37aa61d5b8f82395 Mon Sep 17 00:00:00 2001 From: nattthebear Date: Wed, 3 Jun 2020 18:37:20 -0400 Subject: [PATCH] Add slstart, slend to regular settings in pce fast --- .../Consoles/NEC/PCE/TerboGrafixSanic.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/BizHawk.Emulation.Cores/Consoles/NEC/PCE/TerboGrafixSanic.cs b/src/BizHawk.Emulation.Cores/Consoles/NEC/PCE/TerboGrafixSanic.cs index 21ea15c075..870c98103a 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/NEC/PCE/TerboGrafixSanic.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/NEC/PCE/TerboGrafixSanic.cs @@ -47,6 +47,10 @@ namespace BizHawk.Emulation.Cores.Consoles.NEC.PCE { "nyma.rtcinitialtime", null }, { "nyma.rtcrealtime", null }, }; + protected override ISet NonSyncSettingNames { get; } = new HashSet + { + "pce_fast.slstart", "pce_fast.slend", + }; protected override IDictionary ButtonNameOverrides { get; } = new Dictionary {