diff --git a/src/BizHawk.Emulation.Cores/Computers/Doom/DSDA.cs b/src/BizHawk.Emulation.Cores/Computers/Doom/DSDA.cs index 177c62a2b7..7462035c23 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Doom/DSDA.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Doom/DSDA.cs @@ -1,13 +1,11 @@ using System.Collections.Generic; using System.Drawing; using System.IO; -using System.Linq; using System.Runtime.InteropServices; using System.Text; using BizHawk.BizInvoke; using BizHawk.Common; -using BizHawk.Common.CollectionExtensions; using BizHawk.Common.PathExtensions; using BizHawk.Common.StringExtensions; using BizHawk.Emulation.Common; @@ -86,7 +84,7 @@ namespace BizHawk.Emulation.Cores.Computers.Doom else { multiplier = _settings.ScaleFactor - resolutions.Length + 1; - resolution = resolutions.Last(); + resolution = resolutions[resolutions.Length - 1]; } _configFile = Encoding.ASCII.GetBytes(