no magic
This commit is contained in:
parent
43b1dfa4b8
commit
15af4219cd
|
@ -46,7 +46,7 @@ namespace BizHawk.Emulation.Cores.Computers.Amiga
|
||||||
//_discs = lp.Discs;
|
//_discs = lp.Discs;
|
||||||
_syncSettings = lp.SyncSettings ?? new();
|
_syncSettings = lp.SyncSettings ?? new();
|
||||||
_syncSettings.FloppyDrives = Math.Min(LibPUAE.MAX_FLOPPIES, _syncSettings.FloppyDrives);
|
_syncSettings.FloppyDrives = Math.Min(LibPUAE.MAX_FLOPPIES, _syncSettings.FloppyDrives);
|
||||||
DeterministicEmulation = (int)_syncSettings.FloppySpeed == 100 || lp.DeterministicEmulationRequested;
|
DeterministicEmulation = (int)_syncSettings.FloppySpeed == FloppySpeed._100 || lp.DeterministicEmulationRequested;
|
||||||
var filesToRemove = new List<string>();
|
var filesToRemove = new List<string>();
|
||||||
|
|
||||||
_ports = [
|
_ports = [
|
||||||
|
|
Loading…
Reference in New Issue