Make note of a potential gotcha in virtual boyee as a comment. It will be forgotten when we need it.

This commit is contained in:
nattthebear 2017-06-08 20:28:59 -04:00
parent aa2ec9b9e2
commit f4c5c53c8a
1 changed files with 1 additions and 0 deletions

View File

@ -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