Fix code style warnings

fixes f86b7aed6
This commit is contained in:
YoshiRulz 2025-05-31 09:35:50 +10:00
parent f86b7aed68
commit 933e1616db
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 3 deletions

View File

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