From f4c5c53c8a9a23e3bc3e608e146e7487491361d9 Mon Sep 17 00:00:00 2001 From: nattthebear Date: Thu, 8 Jun 2017 20:28:59 -0400 Subject: [PATCH] Make note of a potential gotcha in virtual boyee as a comment. It will be forgotten when we need it. --- BizHawk.Emulation.Cores/Consoles/Nintendo/VB/VirtualBoyee.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/VB/VirtualBoyee.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/VB/VirtualBoyee.cs index 23c405551d..c54923bf90 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/VB/VirtualBoyee.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/VB/VirtualBoyee.cs @@ -32,6 +32,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.VB _settings = settings ?? new Settings(); _syncSettings = syncSettings ?? new SyncSettings(); + // TODO: the way settings work in this core, changing the non-sync ones will invalidate savestates var nativeSettings = LibVirtualBoyee.NativeSettings.FromFrontendSettings(_settings, _syncSettings); _exe = new PeRunner(new PeRunnerOptions