This commit is contained in:
feos 2024-11-17 19:45:47 +03:00
parent 43b1dfa4b8
commit 15af4219cd
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ namespace BizHawk.Emulation.Cores.Computers.Amiga
//_discs = lp.Discs;
_syncSettings = lp.SyncSettings ?? new();
_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>();
_ports = [