Remove line-end whitespace in `DOSBox.cs`

fixes d09d215aa
This commit is contained in:
YoshiRulz 2025-06-05 23:59:42 +10:00
parent d09d215aa0
commit ad7dd09a82
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ namespace BizHawk.Emulation.Cores.Computers.DOS
private List<string> _cdRomFileNames = new List<string>();
private Dictionary<string, DiscSectorReader> _cdRomFileToReaderMap = new Dictionary<string, DiscSectorReader>();
private readonly LibDOSBox.CDReadCallback _CDReadCallback;
public override int VirtualWidth => _correctedWidth;
public override int VirtualHeight => _correctedHeight;