Remove line-end whitespace in `DSDA.cs`

fixes 621ad8e45
This commit is contained in:
YoshiRulz 2025-05-31 07:53:49 +10:00
parent 621ad8e454
commit fe1b973132
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ namespace BizHawk.Emulation.Cores.Computers.Doom
foreach (var wadFile in _wadFiles) totalWadSize += (uint) wadFile.FileData.Length;
uint totalWadSizeKb = (totalWadSize / 1024) + 1;
Console.WriteLine($"Reserving {totalWadSizeKb}kb for WAD file memory");
// resolutions are divided by 3 because lowest 16:9 resolution whose width
// is a multiple of native (corrected or not) is 1280x720.
// to still support 1x as a basis for every aspect (including widescreen)