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:
parent
aa2ec9b9e2
commit
f4c5c53c8a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue